|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: XPath 2.0 - how much of XQuery should it include?
Jonathan Robie wrote:
> >I was thinking of something much more simple -- a simple parameter
> >marker (?) that allows you to pass in values a la SQL:
> >
> > FOR $book IN document("catalog.xml")//book
> > WHERE $book/author = ?
> > RETURN $book
>
> How is this different from a variable?
>
> define function book-by-author(element author $a)
> {
> for $book in document("catalog.xml")//book
> where $book/author = $a
> return $book
> }
It isn't, assuming that variables can be specified by the application
rather than in the query.
-- Ron
|
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








