How can I make XSLT work in chrome?
        Posted  
        
            by Eric
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Eric
        
        
        
        Published on 2010-06-05T18:25:03Z
        Indexed on 
            2010/06/05
            18:32 UTC
        
        
        Read the original article
        Hit count: 227
        
xslt
|google-chrome
I have an XML document here that is served with a corresponding XSL file. The transformation is left to be executed client-side, without JavaScript.
This works fine in IE (shock horror), but in Google Chrome, just displays the document's text nodes.
I know that it is possible to do client-side XSL in Chrome, as I have seen examples of it, but I am yet to be able to replicate this success myself
What am I doing wrong?
© Stack Overflow or respective owner