Subject: RE: Writing xsl Stylesheets for IE0.5 or XSL processors like Lotu sXSL
From: anette.engel@xxxxxxxx
Date: Wed, 3 Feb 1999 16:10:56 +0100
|
Jonathan Marsh wrote:
>IE5 does not support as much of the XSL WD as LotusXSL does. However,
>unsupported features should instead be giving error messages - not a blank
>page. If you could send samples I would be happy to look at them and see
>where the problem lies.
Thanks to a sample I found the error in "my stylesheet":
To get the root I used:
<xsl:template match="Tag_Name_of_my_Root_Element">
which works fine with LotusXSL, but not with IE5. I changed this line to:
<xsl:template match="/">
as described in the XSL WD
Anette
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|