Quotes in PEReferences

Chris Hubick maillist at chris.hubick.com
Thu Aug 6 22:43:07 BST 1998


Quotes in PEReferences have come to my attention (thanks Ron Bourret), and
something like the following scares me:

<!DOCTYPE test [
<!ELEMENT test (#PCDATA)>
<!ENTITY % p0 "a quote (&#34;) test">
<!ENTITY % p1 "<!ENTITY e1 &#34;">
%p1;%p0;">
]>
<test>This is&e1; .</test>

>From what I understand, this seems well formed!? And should process as:

<!DOCTYPE test [
<!ELEMENT test (#PCDATA)>
<!ENTITY % p0 "a quote (") test">
<!ENTITY % p1 "<!ENTITY e1 "">
 <!ENTITY e1 " a quote (") test ">
]>
<test>This is a quote (") test .</test>

My first thought for expanding PEReferences at the lexical level was to
just convert any quotes in the replacement text to &#37;, but that would
break the above example.  How does one tell to escape the quote when
substituting p0, but not when substituting p1?  Ahhh!

Tell me this isn't well formed?  Please?  XP can't hack it (unclosed
token) so I have hope.

---
Chris Hubick
mailto:chris at hubick.com
http://www.hubick.com/



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