Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replacing Ampersand in a string for XML
Message
 
 
À
16/10/2018 16:23:00
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
01662605
Message ID:
01662624
Vues:
29
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform