I'm using Arbortext's compose_xsl() function to transform an XML document and output another XML document - but I want to carry the original DOCTYPE declaration through to the output. It seems like I would need to modify the composition pipeline and have SAX wrap the DOCTYPE declaration in an XML tag before it passes through to the XSL, so the stylesheet would have access to it. Can anyone point me in the right direction on how to do something like this in Arbortext? Thanks!