parsing entity values

James Tauber jtauber at jtauber.com
Sat Jan 23 03:29:22 GMT 1999


><!ENTITY % ap "&#38;#39;" > ( 38 = "&" , 39 = "'" )
><!ENTITY msg "he said %ap;hi!%ap;" >
>
>
>as i understand it, the replacement text for "ap" should be stored
>as "&#39;" because char ref's and pe's must be replaced by their values.

Right. The replacement text for ap is

    &#39;

With msg, the parameter entity is included as part of the replacement text
and so the replacement text of msg is

    he said &#39;hi!&#39;

When the entity msg is referenced within the document element, the character
reference is interpreted, resulting in

    he said 'hi!'

Replacement text is never reparsed at the point of declaration.

James








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/
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