[Bug 3333] [XQX] stylesheet needs to generate more parenthesis

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