DOCTYPE declaration getting lost when using XSL
        Posted  
        
            by Rachel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rachel
        
        
        
        Published on 2010-04-20T14:59:50Z
        Indexed on 
            2010/04/20
            15:03 UTC
        
        
        Read the original article
        Hit count: 326
        
The input to my XSL is an XHTML. After applying the XSL the DOCTYPE declaration that was present in the input XHTML gets lost in the output. Do i have an option to copy/retain the DOCTYPE declaration in the output using XSL. The XSL processor that i am using is SAXON.
© Stack Overflow or respective owner