W3C home > Mailing lists > Public > public-qt-comments@w3.org > October 2012

[Bug 15999] [QT3TS] hof-039

From: <bugzilla@jessica.w3.org>
Date: Tue, 02 Oct 2012 13:40:51 +0000
Message-Id: <E1TJ2iR-0007Qz-Km@jessica.w3.org>
To: public-qt-comments@w3.org
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

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 16:57:40 UTC