|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Backward Navigation Problem
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






