Re: [xsl] Backward Navigation Problem

Subject: Re: [xsl] Backward Navigation Problem
From: Mukul Gandhi <gandhi.mukul@xxxxxxxxx>
Date: Mon, 2 Nov 2009 16:29:04 +0530
On Mon, Nov 2, 2009 at 4:23 PM, Anil Kumar Veeramalli
<anil.v@xxxxxxxxxxxxxxxxxxxxx> > Thanks MK. finally I was able to do
with
> ancestor::node()/TABLE[@NAME='XLATTABLE_EMPL_STATUS']/ROWS/ROW/COLUMN

frankly I think, accessing the TABLE element using ancestor::node()
looks a POOR choice to me.

a node() test generally returns true for all XPath data model nodes,
therefore I think ancestor::node() was not a good choice.

I suggest, you should use the expression which Mike suggested or can
use what I wrote.


-- 
Regards,
Mukul Gandhi

Current Thread