 |
 |
 |
Hi,
Thanks for the suggestion. I had thought of this earlier but
felt I may not know the exact position that root would appear in my input.
I have since changed my xpath to
/table/tr/root/tr/*[1]
Now, I will have to ensure that the above always evaluates to the node I
want.
Cheers,
Omprakash.V
David
Carlisle To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
<davidc@xxxxx cc: (bcc: omprakash.v/Polaris)
o.uk> Subject: Re: [xsl] namespaces in xslt
04/01/2005
06:12 PM
Please
respond to
xsl-list
//root/*[2], I get nothing.
That searches the whole document (// is an expensive operation) for root
elements and then selects the second child of each of those.
You root element hasn't got two children, just one, a tr, you don't want
a second child, you want a grandchild
//root/*/*
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only.
If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately.
You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification,
distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient/s is strictly prohibited.
Visit Us at http://www.polaris.co.in
|
 | 

|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |