[
Lists Home |
Date Index |
Thread Index
]
- From: "Eve L. Maler" <elm@arbortext.com>
- To: xml-dev@ic.ac.uk
- Date: Wed, 25 Aug 1999 13:58:02 -0400
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@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@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)
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/ and on CD-ROM/ISBN 981-02-3594-1
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)
|