Yuri, There is no provision for that: it'll be introduced in DOM level 3. The standard answer is to 'look at teh DOMPrint sample and amend it to your needs' I've done just that and you can have the result: a class called DOMSerializer that allows you to stream an in-memory DOM tree to file. See attached. No warranties, of course.
Share & enjoy! Evert -----Original Message----- From: Yuri A. Vovchenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 2:42 PM To: '[EMAIL PROTECTED]' Cc: Artem T. Boltenkov Subject: using DOM to create XML file Dear Xerces developers I'm going to use your freeware XML-DOM library to write the XML data of ours application. But i don't see the way how your library allows to serialize created in memory DOM tree to a file. Please, could you give me your feedback on this issue. Sincerely yours, Yuri Vovchenko, Software Developer for Materialise. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DOMSerializer.cpp
Description: Binary data
DOMSerializer.hpp
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
