RE: [xsl] Dynamic XPath

Subject: RE: [xsl] Dynamic XPath
From: "Martinez, Brian" <brian.martinez@xxxxxxxxxxx>
Date: Fri, 23 May 2003 08:45:37 -0600
> From: Philip Fitzsimons [mailto:pfitzsimons@xxxxxxxxxxx]
> Sent: Friday, May 23, 2003 8:29 AM
> Subject: RE: [xsl] 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


Current Thread