My own memory stak for Navision code examples. My virtual post-it notes.
CREATE(XMLDoc); XMLDoc.load(XmlToBeEncoded); IXMLDOMText := XMLDoc.createTextNode(XMLDoc.xml); EncodedXml := IXMLDOMText
Denne kommentar er fjernet af forfatteren.
Thanks for your post, if I want to html encode a string, what is the best way to implement it ?
Denne kommentar er fjernet af forfatteren.
SvarSletThanks for your post, if I want to html encode a string, what is the best way to implement it ?
SvarSlet