[Home] [By Thread] [By Date] [Recent Entries]

  • From: Richard Goerwitz <richard@g...>
  • To: xml-dev@i...
  • Date: Fri, 26 Feb 1999 22:09:43 -0500

roddey@u... wrote:

> Does the following violate the 'partial markup in entity' rule of XML?
> 
> <!ENTITY Part1 "<!ELEMENT ">
> <!ENTITY Part2 " Bubba ANY>">
> <!ENTITY Whole "%Part1;%Part2">
> %Whole;

The sentence you are looking for in the standard occurs in section
4.3.2:

  All internal parameter entities are well-formed by definition.

As you gathered, you need the trailing space after !<ELEMENT above,
since parameter entities are included literally when used in entity
values (that is, they don't get padded with spaces).

If you run the following text through a validator, the only error
you'll see says that you're using parameter entities more liberally
than the XML standard allows for the internal DTD subset:

<!DOCTYPE Bubba [
  <!ENTITY % Part1 "<!ELEMENT ">
  <!ENTITY % Part2 " Bubba ANY>">
  <!ENTITY % Whole "%Part1;%Part2;">
  %Whole;
]>
<Bubba></Bubba>

-- 

Richard Goerwitz
PGP key fingerprint:    C1 3E F4 23 7C 33 51 8D  3B 88 53 57 56 0D 38 A0
For more info (mail, phone, fax no.):  finger richard@g...

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member