Re: XSLT in Mozilla
Jonas Sicking <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
[email protected] wrote: > thanks. I still don't get a display at all though and I have no idea > why. You're using the non-standard IE-only element <xsl:eval>. This does not work in Mozilla and other standards complient XSLT engines. Your stylesheet is pretty complex. I suggest you start with something simpler and get that to work in mozilla. Then work yourself up from that. This way you'll see what works in mozilla and what is IE-only stuff. Hope that helps. / Sicking