[
Lists Home |
Date Index |
Thread Index
]
- From: "Amit Rekhi" <amitr@abinfosys.com>
- To: <xml-dev@ic.ac.uk>
- Date: Thu, 27 Jan 2000 17:54:36 +0530
Hi!
I have not been able to understand the reason why production rule [14]:
CharData: [^<&]* - ([^<&]* ']]>' [^<&]*)
is not written like:
CharData: [^<&]* - ']]>'
- Why did the ']]>' have to be preceeded and suceeded by [^<&]* ?
- How would rule [14] behave with the following strings?
1) abc]]>
2) abc]]>def
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/ or CD-ROM/ISBN 981-02-3594-1
Unsubscribe by posting to majordom@ic.ac.uk the message
unsubscribe xml-dev (or)
unsubscribe xml-dev your-subscribed-email@your-subscribed-address
Please note: New list subscriptions now closed in preparation for transfer to OASIS.
|