[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Using a variable as an attribute name

Subject: RE: Using a variable as an attribute name
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Tue, 21 Jan 2003 10:22:47 -0000
shell variable name
> One of the developers here is trying to do a test on a 
> attribute where the attribute name is contained in a variable.
> 
> We're getting an illegal character error on the test line.  
> Is what he's trying to do even legal or are we taking the 
> wrong tack on this?

Yes, guessing the syntax of the language is always the wrong tack.

Variables in XPath represent values. They aren't macros, like in a shell
script, that you can use in place of any keyword in the language.

> 
>   <xsl:variable name="attributeName" select="'charstyname'"/>
>   <xsl:variable name="before" select="preceding-sibling::*[1]"/>
>   
>   <xsl:when test="not( $before[@$attributeName='Footnote'] )">
>     [...]
>   </xsl:when>
> 

Use @*[name()='Footnote']

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.