[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Anothe question on entity referencing from within an attribute
- From: "Gupta, Rajan" <rajan.gupta@intel.com>
- To: "'xml-dev@lists.xml.org'" <xml-dev@lists.xml.org>
- Date: Thu, 30 Aug 2001 11:16:04 -0700
I have another question on entity referencing being referenced from within
an attribute:
For eg: in the DTD, name is defined as follows:
!ENTITY name "<a><b>cool</b></a>"
In my xml file I have the following
<root>
<this>charlie="very&name;too"
</root>
1) What would the attribute charlie's nodevalue be?
Thanks
Rajan