EntityDef v/s PEDef
james anderson
mecom-gmbh at mixx.de
Wed Dec 17 13:06:03 GMT 1997
greetings,
todays question from out of the blue:
do i follow PR-XML-19971208 correctly, that the only difference between
a general entity definition and a parameter entity definition
(syntactically modulo the '%') is that the general entity definition
permits a notation?
[70] EntityDecl ::= GEDecl | PEDecl
[71] GEDecl ::= '<!ENTITY' S Name S EntityDef S? '>'
[72] PEDecl ::= '<!ENTITY' S '%' S Name S PEDef S? '>'
[73] EntityDef ::= EntityValue | ExternalDef
[74] PEDef := EntityValue | ExternalID
[75] ExternalDef ::= ExternalID NDataDecl?
[76] ExternalID ::= 'SYSTEM' S SystemLiteral
| 'PUBLIC' S PubidLiteral S SystemLiteral
[77] NDataDecl ::= S 'NDATA' S Name
(nb. spurious (?) '|' removed from [72])
what is the significance of ExternalDef? i found it referenced nowhere
else in the document.
wouldn't
[73'] EntityDef ::= EntityValue | ExternalID NDataDecl?
[74'] PEDef := EntityValue | ExternalID
[75x] <elimnated>
make the similarity clearer?
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