On May 25, 2005, at 06:46, James Cerra wrote:

fter being processed by a XML processor, any entites should be dereferenced to
their text values and placed into the document tree.  So this:

<atom:content type="application/xml">
&lt;?xml version="1.0?>
&lt;tag /></atom:content>

would become the text string:

<atom:content type="application/xml">
<xml version="1.0?>
<tag /></atom:content>


No. It becomes a tree:
Element atom:content having attribute type="application/xml"
   |
   \ Text: <xml version="1.0?> <tag />

(Newlines omitted.)

--
Henri Sivonen
[EMAIL PROTECTED]
http://hsivonen.iki.fi/

Reply via email to