Issue 13282: Page 95: Notation Section 8.2.2.7 ImperativeIterateExp (qvt-rtf) Source: Open Canarias, SL (Mr. Adolfo Sanchez-Barbudo Herrera, nobody) Nature: Revision Severity: Minor Summary: Problem's text: list[condition]; // same as list->xselect(i; condition) discussion: From the specified notation, the xselect expression is not well written. suggestion: replace ';' by '|' Resolution: yes Revised Text: In 8.2.2.7 ImperativeIterateExp replace list[condition]; // same as list->xselect(i; condition) by list[condition]; // same as list->xselect(i | condition) Actions taken: January 15, 2009: received issue July 15, 2014: closed issue Discussion: End of Annotations:===== s is issue # 13282 Page 95: Notation Section 8.2.2.7 ImperativeIterateExp Problem's text: list[condition]; // same as list->xselect(i; condition) discussion: From the specified notation, the xselect expression is not well written. suggestion: replace ';' by '|'