Entity's replacement text contain an entity reference?

Roger L. Costello costello at mitre.org
Tue Aug 3 13:39:46 BST 1999


(Sorry, I screwed up on the Subject line in my last message.  Now it is
correct.)

Hi Folks,

Can an entity's replacement text contain an entity reference?  For
example,

<?xml version="1.0"?>
<!DOCTYPE test [
<!ENTITY foo "foomeister">
<!ENTITY boo "it is a &foo;">
]>
<test>
    &boo;
</test>

Note that the entity, boo, has in its replacement test a reference to an
entity, foo.  Is this legal? (Seems like it should be since the
replacement text is "parseable".)  I imagine the above XML to expand to:
 
<test>
    it is a foomeister
</test>

If this is legal, what XML parsers support it?  IE5 doesn't seem to.
/Roger


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list