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

Click here to load this message in the networking platform