[Bug 4217] xml prefix should be optional in K2-DirectConElem-38 expected output

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

           Summary: xml prefix should be optional in K2-DirectConElem-38
                    expected output
           Product: XML Query Test Suite
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: per@bothner.com
         QAContact: public-qt-comments@w3.org


K2-DirectConElem-38 evalutes:
<e xmlns:xml="http://www.w3.org/XML/1998/namespace"/>
The required output in K2-DirectConElem-38.txt is:
<e xmlns:xml="http://www.w3.org/XML/1998/namespace"/>
Since the xml prefix declaration is redundant, it seems like it should be
optional in the output, so this should also be allowed:
<e/>

Received on Monday, 15 January 2007 08:40:25 UTC