You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Jo...@lotus.com on 2001/11/08 18:39:03 UTC

Re: DOM tree to file

If you're using Xerces-J, use the Xerces serializer classes.
If you're using Xerces-C, see the DOMPrint example.
If you're using Xalan, provide a "sink" object that specifies the file and
we'll run a serializer for you.