--- a/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/oasis/p06fail1.xml Mon Mar 15 12:43:09 2010 +0200
+++ b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/oasis/p06fail1.xml Thu Apr 08 14:19:33 2010 +0300
@@ -1,13 +1,13 @@
-<!--non-validating processors may pass this instance because they don't check the IDREFS attribute type-->
-<!DOCTYPE doc
-[
-<!ELEMENT doc (a|refs)*>
-<!ELEMENT a EMPTY>
-<!ELEMENT refs EMPTY>
-<!ATTLIST refs refs IDREFS #REQUIRED>
-<!ATTLIST a id ID #REQUIRED>
-]>
-<doc>
-<a id="A1"/><a id="A2"/><a id="A3"/>
-<refs refs=""/>
+<!--non-validating processors may pass this instance because they don't check the IDREFS attribute type-->
+<!DOCTYPE doc
+[
+<!ELEMENT doc (a|refs)*>
+<!ELEMENT a EMPTY>
+<!ELEMENT refs EMPTY>
+<!ATTLIST refs refs IDREFS #REQUIRED>
+<!ATTLIST a id ID #REQUIRED>
+]>
+<doc>
+<a id="A1"/><a id="A2"/><a id="A3"/>
+<refs refs=""/>
</doc>
\ No newline at end of file