Re: Last tango in Paris
Brought to you by:
bs_php,
nigelswinson
From: Peter R. <php...@pe...> - 2002-07-12 09:38:23
|
On Friday 12 Jul 2002 02:44, Nigel Swinson wrote: > > //employee[(@gender='m') and (last())] > > And > > //employee[(@gender='m') and (position() = last())] > > Are NOT the same. Because of the "and" operator. <snip snip snip> er, yes. Yes, I think you are right. On first glance, xpath syntax is very simple, but there are a lot of pits to fall into :-( |