SolutionModifier consists of three optional parts: [14] SolutionModifier ::= OrderClause? LimitClause? OffsetClause? Section 10.1 "Solution sequences and result forms" says that OffsetClause is processed before LimitClause. Therefore it would seem more natural to rearrange this rule like this: [14] SolutionModifier ::= OrderClause? OffsetClause? LimitClause? FredReceived on Friday, 22 September 2006 21:11:07 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:42:07 GMT