I'm just starting to use TinyXML and I need to parse an XML string that I'm handed. There's no physical document, but the only constructor for TiXmlDocument is a filename. How can I construct an XML Document using just a string?
Thanks !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm just starting to use TinyXML and I need to parse an XML string that I'm handed. There's no physical document, but the only constructor for TiXmlDocument is a filename. How can I construct an XML Document using just a string?
Thanks !
Using TiXmlDocument::Parse !
but, except <?xml version="1.0"?> in string.