bluejay002 Posted January 8, 2009 Share Posted January 8, 2009 I have been studying XSLT, specifically on client-side transformation. It works fine with Firefox and Opera but not with Google Chrome, Internet Explorer and Safari. Here are the errors I got with Google Chrome: Uncaught TypeError: Object #<a Document> has no method 'load' Here are the errors I got on Internet Explorer: The stylesheet does not contain a document element. The stylesheet may be empty, or it may not be a well-formed XML document. My XML and XSL were well-formed as far as I know, I copied it from w3schools where I used as my reference. What do you think could be the problem guys? Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/139936-xsl-not-working-properly-on-chrome-ie-and-safari/ Share on other sites More sharing options...
bluejay002 Posted January 8, 2009 Author Share Posted January 8, 2009 Okay... I got the IE thing. I think the trouble is with the mark appended over the file whenever BOM is used. Still, Google Chrome is not behaving well. Any idea of work around on this thing? I am thinking its some kind of a bug on Google Chrome but am not just sure at the moment. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/139936-xsl-not-working-properly-on-chrome-ie-and-safari/#findComment-732144 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.