& in the element

Robert C. Lyons boblyons at unidex.com
Thu Jun 3 20:23:52 BST 1999


Navreena,

I forgot to mention:

Each "<" in the application data must be encoded
as "&lt;" in the XML. For example,

	<DATA>4 &lt; 5 and 6 > 5</DATA>

You can also use a CDATA section for text 
that contains "&" or "<" characters. 
For example:

	<DATA><![CDATA[AT&T]]></DATA>


Note that if any of your attribute values contain 
"&" or "<" characters, then they have to be encoded
as well. For example,

	<DATA company="AT&amp;T">...</DATA>

Bob

------
Bob Lyons
EC Consultant
Unidex Inc.
1-732-975-9877
boblyons at unidex.com
http://www.unidex.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)





More information about the Xml-dev mailing list