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: Variables in select attributes


>           <xsl:value-of select="count(//$curr_name)"/>
> 
> Seems pretty straight forward. 

You've fallen into the trap of thinking that variables are macros. I suspect
this happens to people who recognize the "$" sign as something they've used
in various job control or shell languages. You can't substitute variables
textually into an XPath expression, any more than in Java you could write

String op = "+";
int result = 2 op 2;

Mike Kay


 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]