1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
--- a/Test/Java/double_dtd.xml.out
+++ b/Test/Java/double_dtd.xml.out
@@ -1 +1 @@
-<FOO x="1" z="defaultValue" y="fixedValue">blah</FOO>
\ No newline at end of file
+<FOO x="1" y="fixedValue" z="defaultValue">blah</FOO>
--- a/Test/Java/external_dtd.xml.out
+++ b/Test/Java/external_dtd.xml.out
@@ -1,2 +1,2 @@
-<FOO x="1" z="defaultValue" y="fixedValue">INCLUDE
-</FOO>
\ No newline at end of file
+<FOO x="1" y="fixedValue" z="defaultValue">INCLUDE
+</FOO>
--- a/Test/Java/internal_dtd.xml.out
+++ b/Test/Java/internal_dtd.xml.out
@@ -1,3 +1,3 @@
-<FOO x="1" z="defaultValue" y="fixedValue">INCLUDE
+<FOO x="1" y="fixedValue" z="defaultValue">INCLUDE
	
-

</FOO>
\ No newline at end of file
+

</FOO>
|