Re: [xml-dev] XPath 2.0 - how much of XQuery should it include?

From
Ronald Bourret <>
To
Date
2002-05-13T09:19:11Z
ID
<>
Thread
Re: [xml-dev] XPath 2.0 - how much of XQuery should it include?
Jeni Tennison wrote:
> The query itself is not parameterised -- if you want the query to
> extract slightly different information, then you do that by writing
> another query; it's expected that the users of the information store
> will be able to write a query themselves, or will have close enough
> association with the information store administration staff that they
> can get them to write it for them.

I generally agree with your characterization of how XQuery and XSLT will
be / are used, except for this statement. Why do you think XQuerys won't
be parameterized? Given the usefulness of parameterized queries in SQL,
this seems like a natural.

(Although come to think of it, I don't remember parameter markers in
XQuery, but it's been a while since I read the spec...)

-- Ron