- From: Sarah Wilkin <swilkin@apple.com>
- Date: Thu, 2 Oct 2003 10:23:37 -0700
- To: public-qt-comments@w3.org
It seems at odds that an inline comment does not require content:
XmlComment ::= "<!--" Char* "-->"
and yet a constructed one does:
ComputedXmlComment ::= "comment" "{" Expr "}"
It would make more sense as:
ComputedXmlComment ::= "comment" "{" Expr? "}"
Received on Thursday, 2 October 2003 13:31:21 UTC