xsl-list
[Top] [All Lists]

Re: [xsl] Backward Navigation Problem

2009-11-02 05:59:46
On Mon, Nov 2, 2009 at 4:23 PM, Anil Kumar Veeramalli
<anil(_dot_)v(_at_)frescoinformatics(_dot_)com> > Thanks MK. finally I was able 
to do
with
ancestor::node()/TABLE[(_at_)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

--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>