[Bug 2720] [FS] Wrong / operator precedence in PathExpr normalization rule

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2720





------- Additional Comments From simeon@us.ibm.com  2006-02-01 20:30 -------
Note that the following rule:

[ StepExpr // RelativePathExpr ]Expr
==
[StepExpr / descendant-or-self::node() / RelativePathExpr]Expr

Should also be changed in a consistent way, to:

[ RelativePathExpr // StepExpr ]Expr
==
[ RelativePathExpr / descendant-or-self::node() / StepExpr ]Expr

- Jerome

Received on Wednesday, 1 February 2006 20:31:19 UTC