Subject: Re: attribute value test.
From: Keith Visco <kvisco@xxxxxxxxx>
Date: Thu, 03 Jun 1999 09:43:07 -0400
|
Dave,
You need to enclose your Predicate in '[' and ']'
So use <xsl:when test="..[@inserted='yes']">
--Keith
DPawson@xxxxxxxxxxx wrote:
>
> I'm trying to test if a nodes parent contains an attribute named 'inserted'
> with value 'yes'
>
> <xsl:choose>
> <xsl:when test="../@inserted ='yes' ">
> <xsl:attribute name="style">color: red</xsl:attribute>
> </xsl:when>
> </xsl:choose>
>
> xt keeps telling me there is an unexpected token in the line
> beginning xsl:when.
>
> Have tried numerous variants. Stuck.
>
> Can anyone help please.
>
> (email please, I'm on the digest)
>
> TIA DaveP
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|