[Bug 3844] Static typing of external context item tests

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3844





------- Comment #9 from nick@cbcl.co.uk  2007-09-20 09:55 -------
All the externalcontextitem and nametest tests now appear to static type
correctly, but am still getting problems for the copynamespace queries where
things like:

in-scope-prefixes($new//child::*)

fail to type check as $new//child::* type as quantifier *, but
in-scope-prefixes expectes a single element.

Received on Thursday, 20 September 2007 09:55:25 UTC