[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: traversing up nodes until a certain attribute, the

Subject: Re: traversing up nodes until a certain attribute, then back to current node
From: xslt user <xsltacct@xxxxxxxxx>
Date: Wed, 28 Mar 2007 06:24:40 -0700 (PDT)
Re:  traversing up nodes until a certain attribute
thanks for the help works great!


--- David Carlisle <davidc@xxxxxxxxx> wrote:

> 
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
>   <xsl:template match="*">
>     <xsl:param name="x"/>
>     <xsl:text>
</xsl:text>
>     <xsl:choose>
>       <xsl:when test="$x">
> 	<xsl:variable name="nx" select="concat($x,'
> ',name())"/>
> 	<xsl:value-of select="$nx"/>
> 	<xsl:apply-templates select="*">
> 	  <xsl:with-param name="x" select="$nx"/>
> 	</xsl:apply-templates>
>       </xsl:when>
>       <xsl:otherwise>
> 	<xsl:value-of select="name()"/>
> 	<xsl:apply-templates select="*"/>
>       </xsl:otherwise>
>     </xsl:choose>
> </xsl:template>
> 
>   <xsl:template match="*[@id]">
>     <xsl:text>
</xsl:text>
>     <xsl:value-of select="@id"/>
>     <xsl:apply-templates select="*">
>       <xsl:with-param name="x" select="@id"/>
>     </xsl:apply-templates>
>   </xsl:template>
> 
> </xsl:stylesheet>
> 
> 
> $ saxon id1.xml  id1.xsl
> <?xml version="1.0" encoding="utf-8"?>
> root
> zero
> a
> a two
> c
> d
> d five
> d five six
> d five six seven
> 
> 
> David
> 
> 



 
____________________________________________________________________________________
Get your own web address.  
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.