I'm sorry for misleading you. You can't create a DOMImpl from
a DOMSource, using our native API.  You typically supply the
XML source document as a file and our specialized DOM
implementation is built from the XML source.

This DOM can be cached, which would give you the optimal performance.
See the sample provided in

    xml-xalan/java/samples/CompiledServlet/TransformServlet.java

Tom

Reply via email to