XML Parsing Illegal Characters in libXML2

emilijano

New Member
I am attempting to parse an XML document using xmlParseMemory from libxml2. I'm running into issues when my XML document contains invalid characters within a tag, for example:\[code\]<description> / \ : * ? " </description>\[/code\]What is the trick to properly escape illegal characters from within the XML tags, or do I need to somehow re-encode the string?
 
Back
Top