Re: XSLT Problems in Mozilla
"Wole Ogunremi" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | ntl Cablemodem News Service |
| Message-ID | <[email protected]> |
Anne If it indeed was a case of server side MIME mappings why does IE load properly? Thanks Wole "Anne van Kesteren" <[email protected]> wrote in message news:[email protected]... > Wole Ogunremi wrote: >> I don't normally test my sites for cross-browser-bility. But I am >> changing my ways... >> >> I noticed today that when an xml file includes a stylesheet processing >> instruction Mozilla does not like .xslt filenames. I searched on google >> and sure enough there where a couple of others experiencing the same. The >> browser returns: "Error loading stylesheet: (null)" > > Probably because .xslt is mapped to the wrong MIME type. Is Apache > configured like: > > AddType .xslt application/xml > > ... if not, that's the problem. > > Besides, <http://xml.resource.org/authoring/rfc2629.xslt> returns a 404.