[
Lists Home |
Date Index |
Thread Index
]
- From: "Roger L. Costello" <costello@mitre.org>
- To: xml-dev@ic.ac.uk
- 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@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@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|