Can TinyXml load Xml from string instead of file?
- by dangtuantu2002
Hi everyone,
I'm using TinyXml library for my application but TiXmlDocument object just only can load Xml file. How can it load Xml from string. Could you tell me the way to do this. Thank you very much
Tu.