- From: (wrong string) çois Yergeau <yergeau@alis.com>
- Date: Tue, 20 Jun 2000 11:09:09 -0400
- To: "'Frank Thommen'" <thommen@inf.ethz.ch>, <xml-editor@w3.org>
Frank Thommen wrote: > [12] PubidLiteral ::= '"' PubidChar* '"' | "'" (PubidChar - "'")* "'" > > > since the delimiter itself must not be included in the > literal, the definition > should be: > > [12] PubidLiteral ::= '"' (PubidChar - '"')* '"' | "'" > (PubidChar - "'")* "'" If you look at production [13] PubidChar, you'll find that it does not allow the double quote ". Consequently, (PubidChar - '"')* and PubidChar* match the same thing and that excludes the " in both cases. -- François Yergeau
Received on Tuesday, 20 June 2000 11:19:09 UTC