Closed GoogleCodeExporter closed 9 years ago
Do you mean an HTTP URL?
pugixml does not provide HTTP fetching functionality out of the box. You can
use any library that works with HTTP to get either a string, byte array or a
C++ IO stream with the URL contents, and then use one of xml_document::load*
functions to parse the file.
Currently pugixml does not support parsing non-seekable streams, so string/byte
array option is preferable (since probably no HTTP streams out there support
seeking).
Original comment by arseny.k...@gmail.com
on 13 Jun 2011 at 5:31
Closing the issue; if there's anything else, feel free to update it and I'll
reopen it.
Original comment by arseny.k...@gmail.com
on 9 Jul 2011 at 1:06
Original issue reported on code.google.com by
madhurah...@gmail.com
on 13 Jun 2011 at 2:32