Subject: Re: MSIE question
From: "Jonathan Borden" <jborden@xxxxxxxxxxxx>
Date: Fri, 4 Feb 2000 11:19:44 -0500
|
Try:
<xsl:when test=".[@TYPE='WORD']">
...
Jonathan Borden
Lars Marius Garshol wrote:
>
> I'm trying to help someone write an MSIE 5.0 XSLT stylesheet, wherein
> this appears:
>
> <xsl:template match="EKSTERNREF">
> [...]
> <xsl:choose>
> <xsl:when test="@TYPE='WORD'">
> [...]
> </xsl:when>
> </xsl:choose>
> [...]
> </xsl:template>
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|