RE: [XQuery] Comment - Pragma/MUExtension confusion

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