problem with XSLT
        Posted  
        
            by sindhu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sindhu
        
        
        
        Published on 2010-05-07T10:29:21Z
        Indexed on 
            2010/05/07
            10:38 UTC
        
        
        Read the original article
        Hit count: 204
        
xslt
Hi all,
    I am trying to create a html based template with xslt transformation.The string result returned by the transformer is perfectly fine.but when i try to send it to display, the browser is not interpreting it. The output looks like<html><body>...</body></html>.
when i do view source it is displaying <html>... How can i resolve it?Please help.
Thanks in advance
© Stack Overflow or respective owner