|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] Using a string parameter as path expressionMichael Rys mrys at microsoft.comMon Feb 14 10:46:20 PST 2005
No you cannot do this.
You would need a dynamic eval functionality that we have postponed to a
future version.
Best regards
Michael
________________________________
From: http://xquery.com/mailman/listinfo/talk [mailto:http://xquery.com/mailman/listinfo/talk] On Behalf
Of Mathias Seifert
Sent: Monday, February 14, 2005 10:31 AM
To: http://xquery.com/mailman/listinfo/talk
Subject: Using a string parameter as path expression
Hello,
I have a question for a rather simple task which I couldn't find any
solution to. What I want to have is a function that takes an xpath as
string parameter and then evaluates this xpath on a document. This could
look something like the following:
declare function local:evalPath($path as xs:string) as node()
{
let $a := doc("sample.xml")/$path
return $a
}
Unfortunately I couldn't get this simple function to work, so my
question now is: Is it possible with xquery at all to have a variable as
the path expression of a for/let clause? And if so, how?
Thanks in advance.
Mathias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://xquery.com/pipermail/talk/attachments/20050214/333b14c9/attachment.htm
|
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
|

Cart








