diff -r dee5afe5301f -r 3f74d0d4af4c tests/auto/qxmlstream/XML-Test-Suite/xmlconf/xmltest/canonxml.html --- a/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/xmltest/canonxml.html Mon Mar 15 12:43:09 2010 +0200 +++ b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/xmltest/canonxml.html Thu Apr 08 14:19:33 2010 +0300 @@ -1,44 +1,44 @@ - -
-This document defines a subset of XML called canonical XML. -The intended use of canonical XML is in testing XML processors, -as a representation of the result of parsing an XML document. -
-Every well-formed XML document has a unique structurally equivalent -canonical XML document. Two structurally equivalent XML -documents have a byte-for-byte identical canonical XML document. -Canonicalizing an XML document requires only information that an XML -processor is required to make available to an application. -
-A canonical XML document conforms to the following grammar: -
-CanonXML ::= Pi* element Pi* -element ::= Stag (Datachar | Pi | element)* Etag -Stag ::= '<' Name Atts '>' -Etag ::= '</' Name '>' -Pi ::= '<?' Name ' ' (((Char - S) Char*)? - (Char* '?>' Char*)) '?>' -Atts ::= (' ' Name '=' '"' Datachar* '"')* -Datachar ::= '&' | '<' | '>' | '"' - | '	'| ' '| ' ' - | (Char - ('&' | '<' | '>' | '"' | #x9 | #xA | #xD)) -Name ::= (see XML spec) -Char ::= (see XML spec) -S ::= (see XML spec) --
-Attributes are in lexicographical order (in Unicode bit order). -
-A canonical XML document is encoded in UTF-8. -
-Ignorable white space is considered significant and is treated equivalently -to data. -
-
-James Clark - - - + ++This document defines a subset of XML called canonical XML. +The intended use of canonical XML is in testing XML processors, +as a representation of the result of parsing an XML document. +
+Every well-formed XML document has a unique structurally equivalent +canonical XML document. Two structurally equivalent XML +documents have a byte-for-byte identical canonical XML document. +Canonicalizing an XML document requires only information that an XML +processor is required to make available to an application. +
+A canonical XML document conforms to the following grammar: +
+CanonXML ::= Pi* element Pi* +element ::= Stag (Datachar | Pi | element)* Etag +Stag ::= '<' Name Atts '>' +Etag ::= '</' Name '>' +Pi ::= '<?' Name ' ' (((Char - S) Char*)? - (Char* '?>' Char*)) '?>' +Atts ::= (' ' Name '=' '"' Datachar* '"')* +Datachar ::= '&' | '<' | '>' | '"' + | '	'| ' '| ' ' + | (Char - ('&' | '<' | '>' | '"' | #x9 | #xA | #xD)) +Name ::= (see XML spec) +Char ::= (see XML spec) +S ::= (see XML spec) ++
+Attributes are in lexicographical order (in Unicode bit order). +
+A canonical XML document is encoded in UTF-8. +
+Ignorable white space is considered significant and is treated equivalently +to data. +
+
+James Clark + + + \ No newline at end of file