There is currently no methods on the DOM to write it back out to a stream,
because we don't want to tie our implementation to any particular streaming
mechanism. There is a tree walker mechanism in the DOM now which can be
used to help facilitate writing this functionality.

----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]



Charles Bassham <[EMAIL PROTECTED]> on 01/18/2000 09:18:03 AM

Please respond to [EMAIL PROTECTED]

To:   "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject:  XML Source



I am new to using the Xerces-C parser(or any other parser) and I have a
question.  Is there a method to take DOM document and return the XML source
of the document and all of the nodes that it contains into some sort of
variable?  From what I can find in the source this is something I will have
to do myself.  Is there something I have overlooked?

Thanks in Advance!



Reply via email to