Ed,
I'm guessing that you are using Xalan 2.6.0

This is looking like bug 1966
(http://nagoya.apache.org/jira/browse/XALANJ-1966).  Please build Xalan
with that patch an try again.

----------
Brian Minchau
XSLT Development, IBM Toronto
e-mail:        [EMAIL PROTECTED]



                                                                           
             "Edward L. Knoll"                                             
             <[EMAIL PROTECTED]                                             
             dex.com>                                                   To 
                                       [EMAIL PROTECTED]            
             10/25/2004 07:45                                           cc 
             PM                                                            
                                                                   Subject 
                                       Losing xsl:comment between SAX      
             Please respond to         Transformer and Serializer.         
                 xalan-dev                                                 
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




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]




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

Reply via email to