attribute value test.

Subject: attribute value test.
From: DPawson@xxxxxxxxxxx
Date: Thu, 3 Jun 1999 12:36:16 +0100
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


Current Thread