Re: XML Query Use Case SGML, query 8a, 8b

Jonathan Robie wrote:
> 
> In the revised XQuery specification published on June 7,
> it is an error to call a function that expects one node
> with an argument containing more than one node.

Huh? No it isn't. http://www.w3.org/TR/xquery/#section-Functions
(XQuery 1.0, section 2.9), point 5 says:

     A function whose declared parameter is a given type
     can be invoked with an argument that is a sequence
     of the given type.

Yes, there's an editor's note saying it's still under discussion,
but that's hardly the same thing.

-Michael

Received on Thursday, 21 June 2001 01:22:53 UTC