Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replacing Ampersand in a string for XML
Message
 
 
To
16/10/2018 16:23:00
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
01662605
Message ID:
01662624
Views:
28
>I use the following to convert a string to XML:
>
>
>TRY
>	oXDOM = CREATEOBJECT('MSXML2.DOMDocument')
>CATCH TO loException
>	oXDOM = .NULL.
>ENDTRY
>IF ISNULL(oXDOM)
>	RETURN
>ENDIF
>
>loNodeText  = oXDOM.createTextNode(ALLTRIM(C_POAUDIT.AUDIT_DESC))
>lcXMLString = loNodeText.xml
>lcXMLString =  '<?xml version = "1.0" encoding="Windows-1252" standalone="yes"?><Changes>' + STRTRAN(lcXMLString, '"', '&quot;') + '</Changes>'
>
Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform