[
Lists Home |
Date Index |
Thread Index
]
- From: "Amit Rekhi" <amitr@abinfosys.com>
- To: "xml list" <xml-dev@ic.ac.uk>
- Date: Fri, 16 Jul 1999 18:16:24 +0530
Hello,
Why is it that the well known escape mechanism of using a
release character (like '\') for escaping special characters
(eg. '<','&') not used in XML?
for eg.
In order to input data "5<8"(without quotes) in
XML element, it is currently represented something like:
<Element1>5<8</Element1>
Why not escape '<' using '\<' so that we get
<Element1>5\<8</Element1>?
Thanks in advance for any replies,
Amit Rekhi,
Software Engineer,
A.B. Infosys Private Limited,
B-102, Gulmohar Park,
New Delhi - 110049,
INDIA.
Tel: +91-11-6512816,6512822,6968976
Fax: +91-11-6518873
Website: http://www.abinfosys.com
EMail: amit@abinfosys.com
Note: Not related to Infosys Technologies Limited
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)
|