Re: XSLT in Firefox and IE6.0
Jonas Sicking <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
> I stuck a few alerts into the IE code, so I know the transform is > what's failing. > This is my stylesheet tag in my xsl: > <xsl:stylesheet version="1.0" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:ns1="schema:StatsReportSchema.xml"> > > 6.0 sp2 would load fine with the working draft: > <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/TR/WD-xsl"> > > To have this work in both IE and Firefox do I have to duplicate my code > for both versions of xsl (that would be the only workaround I can think > of)? IE seems to behave slightly differently depending on if you use the proper namespace or if you use the WD namespace. However it should support the XSLT spec very well when you use the proper namespace. So the answer is that you have most likely some error inside your stylesheet. This newsgroup isn't a very good place to ask IE questions. There are plenty of very good general xslt forums which seems to be what you need. / Sicking