09-17-2007 05:51 AM
09-17-2007 09:25 AM
09-19-2007 02:45 AM
09-19-2007 10:53 AM
01-21-2011 09:30 AM
So I've also been working this type of problem. But I've found that even if I have style sheet in the correct location, IE will only find it properly with the xml file residing locally. Same xml file located on the network doesn't work. Almost like the absolute path referenced in the XML doesn't work because of the local vs. network drive security settings. And yes, the error doesn't really give enough details.
Firefox won't open the file correctly at all.
I'd like to reference the stylesheet as a relative path, and store the style sheet with the xml file. But that's so simple I'm sure it can't work..
02-04-2011 05:48 AM
Hi, in order for Firefox (or most browsers) to know that the xml file should be processed you must set the MIME type correctly (I use 'text/xml'), otherwise it will just be opened as plain text. This is also true for the xsl file.
Another thing to check is that the xsl file resides on the same server as the xml file.
I don't believe that Firefox will allow you to link to a xsl-file on a different server due to security reasons.
Having the stylesheet loaded with relative path should be OK.
/J
05-05-2011 04:38 AM
Try to enable in IE settings InternetOptions/Security/Local Intranet/ click on custom level and then enable at point Miscellaneous the option "Access data sources across domains"