falcong / pugixml

Automatically exported from code.google.com/p/pugixml
0 stars 0 forks source link

Loading content from url #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use this request type if there is something you need to do with pugixml and
you don't know how.

What do you need to do with pugixml? Please provide a description of the
problem along with sample usage scenario.

Does pugixml provide a way to get the xml content from http:// url? as in can I 
load the xml directly from a http:// url?

Original issue reported on code.google.com by devesh...@gmail.com on 19 Jul 2011 at 6:45

GoogleCodeExporter commented 9 years ago
No, there's no way to load an XML document directly from http url. You'll have 
to use a separate library for loading a document to a memory buffer/C++ stream, 
and use pugixml to parse it.

Original comment by arseny.k...@gmail.com on 20 Jul 2011 at 4:06