xsl-list
[Top] [All Lists]

Re: Browsers

2005-01-15 14:42:30
Marcos Hercules Sant wrote:
Hello people, I'm having a little problem and I don´t 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>