> I use them, to parse the xml to existing Document.
Ah. Yes, that's a reasonable use case. I believe the DOM Level 3 Load/Save
API is planning to provide an official mechanism for this, as part of their
parser control mechanism.
As a short-term solution, what I've generally done in the past has been to
write a DOM-tree builder that uses an existing document and is driven by a
SAX stream. Not optimal but often sufficient, and has the advantage of
working with existing parsers.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]