[
Lists Home |
Date Index |
Thread Index
]
- From: "Adam M. Donahue" <adam@cyber-guru.com>
- To: xml-dev@ic.ac.uk
- Date: Fri, 8 May 1998 18:25:05 -0400
I just want to clear something up about reading the XML
productions. Am I correct in the following assumptions:
A character or sequence of characters between single quotation
marks, e.g., 'ABC' is to be represented literally. There must be no
space characters between the quotation marks and the entity in the
production. So def ::= ' ABC ' would not be legal for representing
" ABC " .. you'd need to use SP 'ABC' SP. However, when spaces
do exist between the quotation marks, then the name(s) inside are
to be treated as productions and the *quotation marks* as literals.
For example:
abc ::= 'ABC' ; literally ABC
lit ::= ' abc ' ; literally ' ABC '
lit ::=' ABC ' ; undefined?
Is this correct?
Adam
mailto:adam@cyber-guru.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/
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)
|