- From: Arnaud Le Hors <lehors@w3.org>
- Date: 1998年11月09日 10:31:05 +0100
- To: www-dom@w3.org
- Message-ID: <3646B659.5F38D6A3@w3.org>
Ray Whitmer wrote: > > However < is one of five predefined XML entities (also amp, gt, quot, apos) which the > parser will generally translate strait to the character equivalent in the text as it builds > the parse tree, so for these entities, you just get a single text node for the attribute > children instead of three. And in HTML there are no other types of entities. So you will never have an EntityReference node in an HTML document tree. -- Arnaud Le Hors - W3C, DOM Activity Lead - http://www.w3.org/People/Arnaud
Received on Monday, 9 November 1998 04:34:56 UTC