- From: Paul Prescod <papresco@calum.csclub.uwaterloo.ca>
- Date: Fri, 21 Feb 1997 12:40:00 -0500 (EST)
- To: misha.wolf@reuters.com (Misha Wolf)
- Cc: www-html@w3.org
> 2. The field containing "Dave Raggett" above. > > HTML 3.2 defines this as CDATA and says: > > SGML entities in PCDATA content or in CDATA attributes are expanded by > the parser, e.g. é is expanded to the ISO Latin-1 character decimal > 233 (a lower case letter e with an acute accent). This could also have > been written as a named character entity, e.g. é. The & character > can be included in its own right using the named character entity &. > > ISO 8879-1986 (SGML) appears to say that CDATA, unlike RCDATA, is not > allowed to contain entities. Can anyone shed light on this apparent > anomaly, please? Check out http://www.sil.org/sgml/topics.html#CDATA . This document explains that these two uses of CDATA in the SGML standard are basically unrelated. The HTML 3.2 standard is discussing CDATA attribute declared value. The section you are reading from the SGML standard is discussing element declared content. Paul Prescod
Received on Friday, 21 February 1997 12:40:22 UTC