[Home] [By Thread] [By Date] [Recent Entries]
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@x...&BODY=unsubscribe%20xml-dev List archives are available at http://xml.org/archives/xml-dev/ ***************************************************************************
|

Cart



