Re: [xsl] Browsers

Subject: Re: [xsl] Browsers
From: "Tor Helland" <tor@xxxxxxxxxxx>
Date: Sat, 15 Jan 2005 22:42:30 +0100
Marcos Hercules Sant wrote:
Hello people, I'm having a little problem and I don4t get any
information about it.
I'm trying to show a XML file  in Mozilla and  I.E  browsers ,
however when i use Mozilla it shows me this message  " ERROR LOADING
STYLESHEET: Parsing an XSLT stylesheet failed.

Just had the same problem, and the stylesheet was written using the http://www.w3.org/TR/WD-xsl namespace. I had to tweak it a little to make it conform to the proper xslt syntax (and learned some xslt :-):


1. Removing sequence constructor children of xsl.apply-templates into ordinary templates with a mode attribute.
2. Exchanging use of xsl:eval and xsl:script with templates.
3. Using xsl:text here and there to control whitespace.


(Of course your problem may be different.)

-tor

Current Thread