This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: MSIE question


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]