Subject: RE: Dynamic XPath
From: "Philip Fitzsimons" <pfitzsimons@xxxxxxxxxxx>
Date: Fri, 23 May 2003 15:53:15 +0100
|
I know that it wont work - I am asking if there is another way of doing it.
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Martinez, Brian
Sent: 23 May 2003 15:46
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE: Dynamic XPath
> From: Philip Fitzsimons [mailto:pfitzsimons@xxxxxxxxxxx]
> Sent: Friday, May 23, 2003 8:29 AM
> Subject: RE: Dynamic XPath
>
> Opps
> <xsl:variable name="dynamicPath"
> select="'/document/section/keep/pear'" /> i.e.
> $dynamicPath is a string containing '/document/section/keep/pear'
That won't work, and in fact you'll get an error from the processor, for now
you've created the literal string '/document/section/keep/pear', which will
not evaluate to a node-set when used in subsequent expressions.
cheers,
b.
| please note new address and phone #'s effective may 19 |
| brian martinez brian.martinez@xxxxxxxxxxx |
| lead gui programmer 303.357.3548 |
| cheap tickets, part of trip network fax 303.357.3380 |
| 6560 greenwood plaza blvd., suite 400 englewood, co 80111 |
| cendant travel distribution services http://www.cheaptickets.com/ |
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|