- From: Glenn Marcy <gmarcy@us.ibm.com>
- Date: Wed, 9 May 2007 12:32:37 -0400
- To: public-xml-core-wg@w3.org
Received on Wednesday, 9 May 2007 16:32:59 UTC
Incorporating Richard's comments, we propose the following addition to Appendix D: In the following example <!DOCTYPE foo [ <!ENTITY x "<"> ]> <foo attr="&x;"/> The replacement text of x is the four characters "<" because references to general entities in entity values are bypassed [4.4.7]. The replacement text of lt is a character reference to the less-than character, for example the five characters "<" [4.6]. Since neither of these contains a less-than character the result is well-formed. If the definition of x had been <!ENTITY x "<"> then the document would not have been well-formed, because the replacement text of x would be the single character "<" which is not permitted in attribute values. Regards, Glenn
Received on Wednesday, 9 May 2007 16:32:59 UTC