[Bug 3777] declare variable $input-context1 external;

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


frans.englich@telia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from frans.englich@telia.com  2006-09-29 14:20 -------
The guidelines says in section Accessing Source Documents:

----------------------------------------
A test harness may use any of the following customizations of the query that is
supplied. Note that option 3 and 5 are only applicable for test cases that use
one source document.

1. Unchanged: use external variables as indicated in the original query. 
Users of static typing may choose to transform the variable declarations
between insert-start and insert-end comments by adding an "as document-node()"
clause as illustrated below:
----------------------------------------

So I believe you will need to transform it from your side. One way to do this
is to provide the static type for the variable from your external environment.
(If you think this is cumbersome I personally agree!)

Therefore I lean towards resolving this report as invalid.

Received on Friday, 29 September 2006 14:20:16 UTC