thanks David for the answer. I have few more questions
On Fri, Nov 21, 2008 at 7:13 PM, David Carlisle
<davidc(_at_)nag(_dot_)co(_dot_)uk> wrote:
X[position()=2][position()=2]
I think this would mean, X[2][2] which will always be an empty sequence, i.e. ()
am I correct?
apart from this use case you cited, are all other forms equivalent
(which do not involve positional predicates)?
like,
X[(_at_)a='hi'][(_at_)b='hi..']
would be same as
X[(_at_)a='hi' and @b='hi..']
--
Regards,
Mukul Gandhi
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--