--- markup/xml/xmlcc/xmlcc-work.en.html 2007/11/13 01:12:26 1.10 +++ markup/xml/xmlcc/xmlcc-work.en.html 2007/11/13 13:00:14 1.11 @@ -222,7 +222,20 @@ validate an XML character data (s) is defined as following:

    -
  1. @@
  2. +
  3. If s contains a character that is not in +the character class Char10, +then raise an +xml-well-formedness-error.
  4. +
  5. If s contains a character that is in the character +class CompatChar10, +then raise an +xml-misc-warning.
  6. +
  7. If s contains a character that is in the character +class ControlChar10, +then raise an +xml-misc-warning.
  8. +
  9. @@ XML 1.1 support
  10. +
  11. @@ If U+000D, round-trip-error

The algorithm @@ -569,6 +582,76 @@ + +

+

Character Classes

+ +

This section defines a couple of character classes. +These classes are referred to by algorithms specified above.

+ +

Character class Char10 +contains the following characters:

+ +
+

This character class contains all characters allowed in the production rule +Char +of XML 1.0 +[XML10].

+
+ +

Character class CompatChar10 +contains the following characters:

+ + +

Character class ControlChar10 +contains the following characters:

+ +
+

This character class contains the characters listed in the Note in +Section 2.2 +of XML 1.0 +[XML10], +as amended by +errata.

+
+ +

References