Re: XSLT Problems in Mozilla
Anne van Kesteren <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[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.