RE: [xml-dev] dynamic xpath eval in xquery?

From
Michael Kay <>
To
'James Fuller' <>,
Date
2007-10-09T11:37:11Z
ID
<005c01c80a68$bc9a6250$4063a8c0@turtle>
Thread
RE: [xml-dev] 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:] 
> Sent: 09 October 2007 11:47
> To: 
> Subject: [xml-dev] 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: 
> subscribe:  List archive: 
> http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
>