Joe Kesselman skrev:
> Since your question is really about how WS-BPEL is using XPath, you
> might want to direct this question straight to that working group's
> public comments list.
That list is dead quiet -- besides my own post, nothing had happened
since January. This is why it tried to make it about XPath...
> >Now, the WS-BPEL 2.0 specification allows an XML simple type value to
> >be the context of an XPath expression
>
> Could you indicate where you think you're seeing this?
In section 8.2.6:
"The context node is determined as follows: ... If the type is a simple
type, the context node MUST point to the XPath object specified in
section 8.2.2"
In section 8.2.2:
"WS-BPEL simple type variables MUST be manifested directly as either an
XPath string, Boolean or float object."
> Section 8.2.3 says that an XPath context consists of five basic items --
> context node, context position and size, variable bindings, function
> library, and namespaces in scope for the expression. Later sections go
> on to explain how these are set up before the XPath runs. That's exactly
> what I would have expected...
Yes, the five basic items are listed exactly as in the XPath
recommendation. However, as I read the above quoted, the context node
must point to either a XPath string, Boolean or float object. Is this
possible; how do you create a node pointing to an XPath object?
> (I assume that the current copy is indeed the one posted at
> http://docs.oasis-open.org/wsbpel/2....#_Toc164738496)
Indeed. Thanks.