Use of '&' in element of XML Document

Paul Grosso pgrosso at arbortext.com
Wed Jul 28 01:43:48 BST 1999


At 19:15 1999 07 27 -0400, John E. Simpson wrote:
>At 05:20 PM 07/27/1999 -0500, Paul Grosso wrote:
>>You cannot redeclare & which is one of XML's predefined
>>entities [1].  Just use & in place of &--no declaration
>>is necessary.
>>
>>[1] http://www.w3.org/TR/REC-xml#sec-predefined-ent
>
>Actually, that's not 100% true: while & is a pre-defined entity, the
>questioner expressly mentioned that he/she wanted to use a DTD. As the
>second paragraph of the REC's section that you pointed to says:
>
>	All XML processors must recognize these entities whether they are 
>	declared or not. For interoperability, valid XML documents should 
>	declare these entities, like any others, before using them. 
>
>I believe the word "valid" there says that you can reliably use them
>without declaration only in well-formed documents. If you want an
>interoperable DTD, they've got to be declared. 

Provided that you take "redeclare" to mean defining it differently
than its pre-definition, what I said is 100% true.  You cannot 
redeclare pre-defined entities, and no declaration is necessary.

Use of a DTD does not imply validity.  DTDs can be used in the
well-formedness case too.  And, per the paragraph you quote, it 
is true that such entities need not be declared in either the
valid or well-formed case.  ("For interoperability" and "should" 
does not change the statement made in the first sentence of the
paragraph you quote.)  And, the rest of the paragraph after you
ended your quote goes on to say:

  If the entities in question are declared, they must be declared 
  as internal entities whose replacement text is the single character
  being escaped or a character reference to that character, as
  shown below. 

And the following table gives the pre-definitions.  The original
response to this question showed a different declaration for amp,
and that would not be allowable.

paul

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/ and on CD-ROM/ISBN 981-02-3594-1
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