Load XML from webpage to use with TinyXML

J

Jack Klein

How do i go about loading an xml file from a webpage to be used in
TinyXML?

example: Load from http://www.somepage.com/thexml.xml

Any help would be great, thanks!

You would use some implementation-specific extensions provided by your
compiler and its operating system to open an HTTP connection to the
web site, do an HTTP GET, and receive the results and store them in a
file.

Storing data in a file can be done with standard C++, all the rest
can't, and you need to ask about that in a platform-specific group to
see what extensions your compiler and OS provide.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top