[Bug 4046] Static typing: ForExprType049 - ForExprType053, ForExprType025 - ForExprType027

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





------- Comment #3 from tim@cbcl.co.uk  2007-09-14 13:06 -------
This now works in our implementation.  We raised Bug 4273 with regard to the FS
rules for data on.

Note that to get this (and similar tests) to pass static typing, we believe it
is _required_ that the type of the input context be defined as:

declare variable $input-context as document-node(schema-element(root))
external;

This is painful because we actually have to read the input document so that we
work out how to modify the query appropriately.

Received on Friday, 14 September 2007 13:06:23 UTC