[Bug 4398] XML declaration appears after DocType in appendix A

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

           Summary: XML declaration appears after DocType in appendix A
           Product: XML Schema
           Version: 1.0/1.1 both
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Keywords: editorial
          Severity: normal
          Priority: P2
         Component: Structures: XSD Part 1
        AssignedTo: cmsmcq@w3.org
        ReportedBy: sandygao@ca.ibm.com
         QAContact: www-xml-schema-comments@w3.org


Appendix A (Schema for Schemas) in both versions (1.1 draft from August [1] and
1.0 second edition [2]) have the XML declaration appear *after* the DOCTYPE.

<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "XMLSchema.dtd" [
...
]>

<?xml version='1.0'?>
<xs:schema ...

Note that 1.0 first edition [3] didn't have this problem.

[1] http://www.w3.org/TR/2006/WD-xmlschema11-1-20060831/
[2] http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/
[3] http://www.w3.org/TR/2004/REC-xmlschema-1-20041028/

Received on Monday, 19 March 2007 15:59:25 UTC