[
Lists Home |
Date Index |
Thread Index
]
- From: Chris Hubick <maillist@chris.hubick.com>
- To: xml-dev@ic.ac.uk
- Date: Wed, 29 Jul 1998 12:51:35 +0000 (GMT)
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@hubick.com
http://www.hubick.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)
- References:
- System Literal
- From: "Portillo, Christina" <Alice.Portillo@PSS.Boeing.com>
|