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:45:08
 
 
To
01/06/2010 09:29:28
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01466814
Message ID:
01466840
Views:
36
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform