Load XML from string in libxml++ in C++
- by wyatt
Does anyone familiar with libxml++ know if it's possible to load the XML document from a string instead of a file? Alternately, if it can load a document directly from a web page, that would do.
Thanks