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: variable value in "select" attribute


Pouliot, Brian R. wrote:
> I need to insert a variable value in the middle of a "select" string.

You can't calculate the names of variables in your variable references.
The only way to use variables in a select is in a predicate, like

  select="/path/to/some/nodes[. = $foo]"

to narrow down the 'nodes' elements to just those that test equal to
the object identified by $foo.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at            My XML/XSL resources: 
webb.net in Denver, Colorado, USA              http://skew.org/xml/


 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]