Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How easy convert Html encoded text to clear text?
Message
From
01/06/2010 09:47:37
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01466814
Message ID:
01466842
Views:
40
Look
convertHtml2Text(tcHtmlEncodedValue)


Function convertHtml2Text
Lparameters tcValue

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

Return(Convert.TextValue)
>>There was a question about text2html.. now I need back convertion. what is URL De/Encode functions?
>>
>>
>
>Check Message ID: 774940
>
>>>I found I already answered this question before
>>>Message ID: 1379402
>>>>Hi,
Previous
Reply
Map
View

Click here to load this message in the networking platform