- From: Patrick Stickler <patrick.stickler@nokia.com>
- Date: Sat, 21 Sep 2002 12:59:32 +0300
- To: "ext Dave Beckett" <dave.beckett@bristol.ac.uk>, "RDF Core" <w3c-rdfcore-wg@w3.org>, Patrick Stickler <patrick.stickler@nokia.com>
Overall, I like the proposal. A few questions below: Change 4 FROM langString ::= '"' string '"' ( '-' language )? TO langString ::= ( nodeID )* '"' string '"' ( '-' language )? Should there be a klene star after nodID? Isn't the nodeID required? And we wouldn't want more than one, right? Change 5 FROM xmlString ::= 'xml' langString TO xmlString ::= ( nodeID )* 'xml' langString Again, should the be a klene star after nodeID? Also, shouldn't there be some clear delimitation between the nodeID and the 'xml' flag? I.e., is the following an xml literal or a non-xml literal? _:hdjhewuwqxml"foo" How do you know for sure? Cheers, Patrick
Received on Saturday, 21 September 2002 06:03:40 UTC