|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: attribute value test.
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' ">
should be something like: <xsl:when test="..[@inserted='yes']">
or: <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.
>
regards Henk Fictorie
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








