- From: <Toman_Vojtech@emc.com>
- Date: Thu, 3 Jul 2008 03:07:39 -0400
- To: <public-xml-processing-model-comments@w3.org>
> 7.2.9 p:xquery > > The p:xquery step applies an [XQuery 1.0] query to the sequence of documents provided on the source port and the document provided on the source-node port. > > <p:declare-step type="p:xquery"> > <p:input port="source" sequence="true" primary="true"/> > <p:input port="source-node" sequence="false" primary="false"/> > <p:input port="query"/> > <p:input port="parameters" kind="parameter"/> > <p:output port="result" sequence="true"/> > <p:option name="query-uri" /> > </p:declare-step> I know that in this case it might look weird, but shouldn't "query-uri" be changed to "href" to make it consistent with other steps in the standard library? > If the query-uri option is specified, then the resource indicated by this URI is expected to contain the XQuery to be executed. What can the URI resolve to? Plain XQuery, or also XQueryX, ... or even c:query? Or any of them? Regards, Vojtech Toman
Received on Thursday, 3 July 2008 07:08:27 UTC