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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: PEReferences in ElementDecls (Parsing of DTDs)

[ Lists Home | Date Index | Thread Index ]
  • From: "Chris Olds" <colds@nwlink.com>
  • To: "Falk, Alexander" <falk@icon.at>,<xml-dev@ic.ac.uk>
  • Date: Fri, 18 Dec 1998 16:09:19 -0800

You ask:
>So the question is: is the XML-grammar inside the XML 1.0 Spec incomplete?
>Is there a new version? What rules do need to be adapted to allow for
>PEReferences?


The answer is found just after production [28] in the XML spec:
================================
Document Type Definition
[28]  doctypedecl ::=  '<!DOCTYPE' S Name (S ExternalID)? S? ('['
(markupdecl | PEReference | S)* ']' S?)? '>'
[29]  markupdecl ::=  elementdecl | AttlistDecl | EntityDecl | NotationDecl
| PI | Comment

The markup declarations may be made up in whole or in part of the
replacement text of parameter entities. The productions later in this
specification for individual nonterminals (elementdecl, AttlistDecl, and so
on) describe the declarations after all the parameter entities have been
included.
================================
Tim Bray's (excellent) annotation on this says (in part) "This little
paragraph is awfully important. [...] the grammar describes what the text
looks like after [parameter entities ]have all been expanded." (full text is
at http://www.xml.com/axml/notes/PEs-1.html ).

Another easily overlooked gotcha about PEs is that they can be used for
parts of a markupdecl ([29]) (e.g. all or part of a content model) in the
external part(s) of a DTD, but can only replace an entire markupdecl in the
internal portion of a DTD.

    /cco



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