DOCTYPE and DOMResult 2003-03-03 - By Joseph Kesselman
On Monday, 03/03/2003 at 08:08 EST, Elliotte Rusty Harold <elharo@(protected)> wrote: > It would be possible to fix this using either DOM Level 3 methods > (since DocumentType is no longer read-only in DOM3) or > Xerces-speciifc implementation methods. However, both would tie Xalan > pretty tightly to just the Xerces DOM, something I suspect the > developers would prefer not to do.
There's an outstanding enhancement request in Bugzilla that Xalan add a version of DOMResult which accepts a DOMImplementation rather than a Document. That would allow us to create the Document, which would allow us to bind the DocumentType to it, which would address this problem.
If anyone wants to prototype this and contribute it, feel free. Note that you may also have to do some rework of the DOM serializer to make this work.
(Further discussion of Xalan features should probably be taken to the Xalan mailing list.)
______________________________________ Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more. "may'ron DaroQbe'chugh vaj bIrIQbej" ("Put down the squeezebox and nobody gets hurt.")
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|