ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> xsl-list
xsl-list
Re: [xsl] RE: Postional predicates de-mystified
by David Carlisle other posts by this author
Jan 4 2002 12:28PM messages near this date
Re: [xsl] RE: Postional predicates de-mystified | RE: [xsl] RE: Postional predicates de-mystified
>  <xsl:value-of select=" for $i in 1 to count(ancestor::*) 
>     return name((ancestor::*)[$i])" separator = "/"/> 
>  
>  Provides the 'path' to the current node! Pretty neat.

or I think just

<xsl:value-of select=" for $i in ancestor::*/. 
   return name(.)" separator = "/"/>  

as /. sorts into document order.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
Thread:

Jeni Tennison
David Carlisle
Michael Kay
David Carlisle
Jeni Tennison
David Carlisle
Michael Kay
David Carlisle
Max Froumentin
David Carlisle
Carlos Sanchez
Michael Kay
David Carlisle
Jeni Tennison

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved