You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Vl...@bmo.com on 2002/02/25 16:24:25 UTC

DocumentType information lost while transforming DOM to DOM

Does anyone know a good workaround solution to put the DocumentType 
information
into the output document? I can get doctype from 
transformer.getOutputProperties() before creating the output document 
instance.
Is there any way to use that propeties to create empty output document 
that will contain the correct doctype?

Vlad