[
Lists Home |
Date Index |
Thread Index
]
- From: "Robert C. Lyons" <boblyons@unidex.com>
- To: 'Navreena Gill' <ngill@eecs.uic.edu>, "xml-dev@ic.ac.uk" <xml-dev@ic.ac.uk>
- Date: Thu, 3 Jun 1999 14:28:16 -0400
Navreena,
I forgot to mention:
Each "<" in the application data must be encoded
as "<" in the XML. For example,
<DATA>4 < 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&T">...</DATA>
Bob
------
Bob Lyons
EC Consultant
Unidex Inc.
1-732-975-9877
boblyons@unidex.com
http://www.unidex.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)
|