Special characters in Attributes
Eve L. Maler
elm at arbortext.com
Wed Aug 25 19:58:14 BST 1999
In attribute values (and in regular content, unless in a CDATA section), &
and < must *always* be escaped. Although > has its own magic predefined
entity for symmetry reasons, it's not required to be escaped. You don't
have to escape a single quote if you have used double quotes around the
attribute value, and vice versa.
Eve
At 10:39 AM 8/25/99 -0700, Mallikarjuna Sangappa wrote:
>Hi,
>
>I have the following in the XML DTD
>
><!ELEMENT PERSON EMPTY>
><!ATTLIST PERSON PERSON_VALUE CDATA #REQUIRED>
>
>In the XML Document,
>
><PERSON PERSON_VALUE="Mike & Nelson"/>
>
>The use of '&' and '<' is giving an error during
>parsing. But > and ' is working. Could anyone throw
>light on this?
>
>TIA,
>
>Malliks
>
>
>
>
>_________________________________________________________
>DO YOU YAHOO!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>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)
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