Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How easy convert Html encoded text to clear text?
Message
De
01/06/2010 09:45:08
 
 
À
01/06/2010 09:29:28
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01466814
Message ID:
01466840
Vues:
37
Super! This is solution
convertHtml2Text(tcHtmlEncodedValue)


Function convertHtml2Text
Lparameters tcValue

lcXML = "<xml><item><TextValue>"+tcValue+"</TextValue></item></xml>"
XMLTOCURSOR(lcXML,"Convert")

Return(Convert.TextValue)
>>Hi,
>>I have a text in the XML node encoded with HTML & and so on..
>>What is easy way to convert this value to clear text?
>>
>>Thanks
>>Denis
>
>You can use XMLToCursor() or XMLAdapter class.
>Cetin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform