[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: More questions about conformance and entities

  • To: xml-dev@l...
  • Subject: Re: More questions about conformance and entities
  • From: richard@i... (Richard Tobin)
  • Date: Mon, 25 Oct 2004 18:56:13 +0100 (BST)
  • Cc:
  • In-reply-to: <417D2E75.4080609@j...>
  • Organization: HCRC, University of Edinburgh

Re:  More questions about conformance and entities
>So that would apply similarly to:
>
>Doc1.dtd
>========
><!ENTITY % e "<!ELEMENT foo ">
><!ENTITY % f "%e;(#PCDATA)*>">
>
>and:
>
>Doc2.dtd
>========
><!ENTITY % e "<!ELEMENT foo ">
><!ENTITY % f "(#PCDATA)*>">
><!ENTITY % g "%e;%f;">
>
>but not:
>
>Doc3.dtd
>========
><!ENTITY % e "<!ELEMENT foo ">
><!ENTITY % f "(#PCDATA)*>">
>%e;%g;
>
>Which is a violation. Is that right?

Yes.

>If so it makes me think that there 
>is no reason whatsoever to process the contents of a parameter entity 
>literal until it is referenced in markup (e.g. between markup decls, 
>part of a content spec).

When an internal parameter entity is defined, you should scan the
entity value for:

 - character references (which you replace)
 - parameter entity references (which you replace and rescan, following
   these same rules)
 - general entity references (which you check for syntactic correctness,
   rejecting &*; for example, but don't replace).

In theory you should check that an entity reference isn't to an
unparsed entity, but since you may not have seen the entity
declaration yet you might as well leave it until the reference would
be replaced (which can only be during the parsing of the instance, or
during the validation of an attribute default value).

-- Richard

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.