See [2] under 2.2 Characters:

"... Legal characters are tab, carriage return, line feed, and the 
legal characters of Unicode and ISO/IEC 10646. ...

Character Range

[2] Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] |
              [#xE000-#xFFFD] | [#x10000-#x10FFFF] "

On Tuesday, April 3, 2001, at 03:16 PM, [EMAIL PROTECTED] wrote:

> + While it may be an abomination to think of sloshing around 
> control characters
> + as XML element character content (shudder), my read of XML 1.0 
> BNF production
> + rules 39, 43, and 15 is such that only '<', '&', and ']]>' are 
> invalid as
> + element character content (e.g. w/o escaping as &lt; &amp; and ]]&gt;
> + respectively).

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to