You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Kantha Kanchiraju <kk...@dynalivery.com> on 2000/07/31 20:01:42 UTC

RE: Creating XML

Hi,
 
I am new to XML and I am using xerces for C++ XML Parser. I am creating a
new DOMDocument in the memory and adding a couple of elements to the
Documet. Now I want an XML file corresponding to this DOMDocument. In Xerces
Java there is a class XMLSerializer which takes a DOMDocument and writes it
to an OutputStream, I am wondering if there is any class which works in
similar lines as that of XMLSerializer.
 
thanks in advance
 
kanth