MSXML C++ - HOW TO USE DOM TO LOAD XML FROM INPUT STREAM

R

Romeel

Hi,

Does anyone know how to load XML from a input stream
over a network. I've written the code to load XML files
into a DOM object, but i now need to write the code
so XML can be read in from a input stream buffer?
Do i have to use SAX ?

Replies much appreciated

Romeel
(e-mail address removed)
 
F

Fabien R

It depends on the size of your XML message.
DOM process needs to load the entire message into memory, whereas SAX doesn't...
 

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,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top