RE: XML Write

2001-08-16 Thread Aldrich, Tim
: (877) 553-8722 -Original Message- From: Doug Brower [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 3:35 PM To: '[EMAIL PROTECTED]' Subject: RE: XML Write >Is there any API in Xerces C++ to write from DOM to an external (ASCII) file >to create

RE: XML Write

2001-08-16 Thread Doug Brower
>Is there any API in Xerces C++ to write from DOM to an external (ASCII) file >to create an XML document? Looking for something similar to XMLWriter in JDOM. Take a look at http://xml.apache.org/xerces-c/domprint.html for an example. -