Kit, >how could i add a new document type declaration to the output document? i.e. how do i >put such doctype information into the xsl, in order to pass it into the output document.
This is done with the <xsl:output > utilizing the options doctype-public & doctype-system. Get a good book on XSLT and you'll have no problem with doing this. Paul
