[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: dynamic xpath eval in xquery?
You can either generate the whole query dynamically, or you can use an xx:evaluate() extension, which is offered in many implementations (just as with XSLT). Though some query products seem to have decided on the name xx:eval(). Michael Kay http://www.saxonica.com/ > -----Original Message----- > From: James Fuller [mailto:james.fuller.2007@g...] > Sent: 09 October 2007 11:47 > To: xml-dev@l... > Subject: dynamic xpath eval in xquery? > > given in xquery v1.0 > > let $xml := <test><a><b></b></a> > > let $xpathstring := ''test/a/b" > > return $xml/$xpathstring > > I know this is not possible ;) ... though I am having a brain cramp... > > wondering what the best approach for doing this type of thing > in XQuery. > > tia, Jim Fuller > > ______________________________________________________________ > _________ > > XML-DEV is a publicly archived, unmoderated list hosted by > OASIS to support XML implementation and development. To > minimize spam in the archives, you must subscribe before posting. > > [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/ > Or unsubscribe: xml-dev-unsubscribe@l... > subscribe: xml-dev-subscribe@l... List archive: > http://lists.xml.org/archives/xml-dev/ > List Guidelines: http://www.oasis-open.org/maillists/guidelines.php >
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|