David Blevins wrote:
> Can Xerces-J generate XML from a DOM?
>
> thanks,
> Dave
Check out the dom.DOMWriter in samples directory.
--
There's a good sample of generating XML from a DOM Tree in a file
under the "samples" directory called "DOMPrint". This is in the C/C++
distribution, but it should be easily translatable into Java if it
not in the java distribution.
HTH
--Harmon
On Tue, 8 Feb 2000, Da
ser = new org.apache.xml.serializer.XMLSerializer( OutputStream );
ser.serialize( doc );
arkin
David Blevins wrote:
>
> Can Xerces-J generate XML from a DOM?
>
> thanks,
> Dave
--
--
Assaf Arkin
Can Xerces-J generate XML from a DOM?
thanks,
Dave