Re: Last tango in Paris
Brought to you by:
bs_php,
nigelswinson
From: Nigel S. <nig...@us...> - 2002-02-22 00:10:08
|
Yeah I'm pretty sure that there is a bug in the predicate parsing, but = am not completely sure what is wrong which kinda makes it hard to fix... If you can mail in xml files, with XPath and nodes that should be = selected by the op, then that would be helpful. I've got a couple of = tests that fail, but I haven't had the time to definatively work out if = Php.XPath definately is doing the wrong thing... Sadly I don't see this getting fixed any time soon, the next two months = are very busy for me at the moment, can't speak for Sam and Dan, and = we're fairly deep into V3 at the moment... 4.3 Test xQuery =3D '//*[last()]' =20 <AAA> <BBB/> <BBB/> <BBB/> <BBB/> </AAA> <AAA> <BBB/> <BBB/> <BBB/> <BBB/> </AAA> =20 Recived Expected=20 /AAA[1] /AAA[1]/BBB[4]=20 /AAA[1]/BBB[4] - missing -=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D For the most recent version of Php.XPath, and an archive of this list = visit: http://www.sourceforge.net/projects/phpxpath |