[Bug 5365] DTD in NamespaceSuppliedInternally.xml

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

           Summary: DTD in NamespaceSuppliedInternally.xml
           Product: XML Query Test Suite
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: nick@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


I think this document, used in fn-doc-29, needs the following DTD to validate:

<!DOCTYPE svg [
 <!ELEMENT svg EMPTY>
 <!ATTLIST svg
    xmlns CDATA #IMPLIED
    xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
]>

i.e.  <!ELEMENT svg EMPTY> needs to be added

Received on Tuesday, 15 January 2008 10:45:56 UTC