[Bug 3380] [XPath] //45 returns what?

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





------- Comment #5 from simeon@us.ibm.com  2006-08-01 17:08 -------
Jim, this is a useful bug report for Stylus Studio :)
Below is a trace showing what's supposed to happen.

I agree with Michael's description of the semantics and that the spec is very
clear about what the query means.

- Jerome

simeon ~ > cat test.xq
declare variable $v := <a><b/><b/><b/></a>;
$v//45
simeon ~ > galax-run ~/test.xq -serialize standard
45 45 45 45

Received on Tuesday, 1 August 2006 17:08:55 UTC