[
Lists Home |
Date Index |
Thread Index
]
- From: Tim Bray <tbray@textuality.com>
- To: pandeng@telepath.com, xml-dev@xml.org
- Date: Thu, 30 Mar 2000 07:53:54 -0800
At 01:35 AM 3/30/00 -0600, Steve Schafer wrote:
> <![ INCLUDE [...]]>
>and
> <![IGNORE [...]]>
>
>are acceptable. But such whitespace is _not_ allowed in a CDATA
>declaration.
>
>Is there an explicit reason for this, or is it just the way things
>happened to turn out? SGML allows whitespace in all three cases.
Simplification. INCLUDE and IGNORE only occur in the DTD where you have
to do fairly heavyweight parsing anyhow. CDATA sections can appear in
DTDless instances and are designed for lightweight parsing, thus no
particular need for flexibility. Also note that hardcoding INCLUDE or
IGNORE would be rare, you'd probably have a %peRef; of some sort, and
that expands with spaces around it, so the spaces have to be allowed. -Tim
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|