xsl-list
[Top] [All Lists]

RE: Dynamic XPath

2003-05-23 07:45:37
From: Philip Fitzsimons [mailto:pfitzsimons(_at_)tixel(_dot_)co(_dot_)uk]
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(_dot_)martinez(_at_)cendant(_dot_)com |
| 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



<Prev in Thread] Current Thread [Next in Thread>