First you need to serialize the DOM tree into a XML document. Take a look at
the DOMPrint example for code example.
Then you use your standard OS network facilities to send the xml document to
the receiver.
On the other end you read the document into a DOM_Document again using the
DOMParser::parse function.
Erik Rydgren
Mandarinen systems AB
Sweden
-----Original Message-----
From: Gavin Stokes [mailto:[EMAIL PROTECTED]]
Sent: den 29 maj 2001 04:48
To: [EMAIL PROTECTED]
Subject: sending/receiving DOM docs
Hi all. I've constructed a C++ module to build DOM documents using Xerces,
and now I need to send them.
What facility is available to send and receive DOM docs as XML over a
network? Anyone know of code samples that show this in action using C++?
Thanks for any info.
Gavin Stokes
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]