[Home] [By Thread] [By Date] [Recent Entries]

  • From: "Roger L. Costello" <costello@m...>
  • To: xml-dev@i...
  • Date: Tue, 03 Aug 1999 07:39:44 -0400

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@i...
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@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)



Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member