[Bug 15999] [QT3TS] hof-039

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15999

Tim Mills <tim@cbcl.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #7 from Tim Mills <tim@cbcl.co.uk> 2012-10-02 13:40:51 UTC ---
I still don't agree with the expected result.

It's possible to determine that

declare function local:f($x as xs:long, $y as xs:NCName) as element(e)?
{ <e x="{$x}" y="{$y}"/> };

will always return an element(e).  Thus this is equivalent to 

declare function local:f($x as xs:long, $y as xs:NCName) as element(e)
{ <e x="{$x}" y="{$y}"/> };

and so the result can be

"true true true true true true true true true false"

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 2 October 2012 13:40:57 UTC