Chris Wodarczyk

Show:

What's happening?

  • Followup: RE: Can TinyXML parse a string of XML data?

    Actually... nevermind... I guess I needed to add newlines to each XML line... it appears to work now.

    2009-10-19 21:49:03 UTC in TinyXml

  • Can TinyXML parse a string of XML data?

    I am asking this question to see whether TinyXML supports parsing a string of XML data which is NULL terminated as well as files? The only reason I ask is I attempted the following: `const string xmlData = "..............";` `TiXmlDocument xmlStream;` `const char * pReturn = xmlStream.Parse(xmlData.c_str());` `if(pReturn != NULL)` `{` ` TiXmlNode * pNode =...

    2009-10-19 21:38:59 UTC in TinyXml

About Me

  • 2009-10-19 (2 months ago)
  • 2668065
  • cwodarcz (My Site)
  • Chris Wodarczyk

Send me a message