Connecting Tech Pros Worldwide Help | Site Map

convert pure html to text

Member
 
Join Date: Mar 2008
Posts: 45
#1: Sep 7 '09
Hello Everyone,

I have been searching tirelessly and cannot find a way to convert this
text into
html


text=
<p>LONDRES (Reuters) - Cientistas descobriram três importantes elos genéticos ligados ao mal de Alzheimer que afetam até 20% dos pacientes da doença e disseram neste domingo que foi a mais importante revelação na área nos últimos 15 anos
...</p><p><a href="http://oglobo.globo.com/ciencia/mat/2009/09/06/cientistas-descobrem-tres-novos-elos-geneticos-ligados-ao-alzheimer-767500227.asp">Leia mais</a></p>
<p><a href="https://seguro.oglobo.com.br/assinatura/">Assine O GLOBO</a> e receba todo o conteúdo do jornal na sua casa</p>

i need do this using php the text is removed form a xml file them i need
process the text to a normal text
thanks for your help
:)
anfetienne's Avatar
Needs Regular Fix
 
Join Date: Feb 2009
Location: UK
Posts: 356
#2: Sep 7 '09

re: convert pure html to text


im sure that would be urlencode or htmlspecialchars
Member
 
Join Date: Mar 2008
Posts: 45
#4: Sep 30 '09

re: convert pure html to text


thanks a lot for your help
Reply