[Bug 4609] K2-ExternalVariablesWithout-13

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

           Summary: K2-ExternalVariablesWithout-13
           Product: XML Query Test Suite
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: frans.englich@telia.com
        ReportedBy: andrew.eisenberg@us.ibm.com
         QAContact: public-qt-comments@w3.org


The query for K2-ExternalVariablesWithout-13 is:

declare variable $e := <e>{current-time()}</e>/(string-length(.) > 0);
$e,
if($e)
then "SUCCESS"
else "FAILURE"

The expected result is "false SUCCESS". I believe that is should be "true
SUCCESS".

Received on Friday, 8 June 2007 00:21:03 UTC