- From: <scott_boag@us.ibm.com>
- Date: Thu, 2 Sep 2004 12:39:31 -0400
- To: "Kirmse, Daniel" <daniel.kirmse@sap.com>
- Cc: "'public-qt-comments@w3.org'" <public-qt-comments@w3.org>
public-qt-comments-request@w3.org wrote on 09/02/2004 11:19:36 AM: ... > Just for understanding: Could "(Char+ - (Char* ':)' Char*))" > actually evaluate to nothing? It can't evaluate to nothing. So I guess it should be: [152] CommentContents ::= (Char - ':') (Char+ - (Char* ':)' Char*))? > Somehow I struggle with this kind of notation ... Yes, me too. It's taken from the XML spec. -scott
Received on Thursday, 2 September 2004 16:40:07 UTC