- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 27 Jun 2006 10:05:27 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3333 ------- Comment #7 from davidc@nag.co.uk 2006-06-27 10:05 ------- I think that when editing the schema you need to replace xqx:parenthesizedExpr by xqx:sequenceExpr in the big xsd:choice group defining the filterExpr group rather than just deleting it. (It's not clear from the comments posted so far exactly what the schema change proposed is). Otherwise you have no way of encoding a/(1,2,3) xqx:parenthesizedExpr serves no purpose, as the stylesheet would anyway put () around xqx:sequenceExpr at this position but you need to allow sequenceExpr there first. David
Received on Tuesday, 27 June 2006 10:05:36 UTC