We have a XSL stylesheet which generates xsl:comments. We're losing those comments between the TransformerHandler and the Serializer. The TransformerHandler we're getting from a SAXTransformerFactory.newTransformerHandler() using a Templates object. The Serializer we're getting from SerializerFactory.getSerializer(). The Serializer we get appears to be a LexicalHandler and I've explicitly called SAXResult.setLexicalHandler() with that same Serializer prior to assigning the SAXResult wrapping the Serializer to the TransformerHandler.

I'm guessing there's something I missing; can someone help me with this?

Thanks,
Ed Knoll

--
Edward L. Knoll   Phone (FedEx)     : (719)484-2717
                 e-mail (FedEx)    : [EMAIL PROTECTED]
                 e-mail (personal) : [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to