EBNF question

Adam M. Donahue adam at cyber-guru.com
Sat May 9 00:26:35 BST 1998


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 at cyber-guru.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/
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