OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Quotes in PEReferences

[ Lists Home | Date Index | Thread Index ]
  • From: Chris Hubick <maillist@chris.hubick.com>
  • To: xml-dev@ic.ac.uk
  • Date: Thu, 6 Aug 1998 13:38:11 +0000 (GMT)


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@hubick.com
http://www.hubick.com/



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





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS