System Literal

Chris Hubick maillist at chris.hubick.com
Wed Jul 29 21:56:05 BST 1998


On Wed, 29 Jul 1998, Portillo, Christina wrote:

> Does SystemLiteral read that any characters values, [02]Char or
> [84]Letter, can be placed between the quotes single or double less the
> ranges [^"] or [^'] ?
> 
> [11] SystemLiteral ::= ('"' [^"]* '"') | ("'" [^']* "'")

	I read this as _any_ character values, otherwise it would have to
be:

[11] SystemLiteral ::= ('"' (Char - '"')* '"') | ("'" (Char - "'")* "'")

---
Chris Hubick
mailto:chris at hubick.com
http://www.hubick.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