Subject:Re: Use DOM instead of XML-file Author:Minollo I. Date:25 Jul 2001 09:34 AM
>Is it somehow possible to provide a DOM to the transformation instead of a
>xml-file?
>
>We use a specialized Xerces-DOM which we pass to the transformation. The
>Java extension then use functionality of this specialized DOM.
No, that's not possible; but if you use the specialized DOM only from Java
extensions, maybe you could let the processor use our own DOM and then have
the Java extensions initialize and access your specialized DOM?