|
Subject: Re: [xsl] Selecting attribute from previous parent node From: "Jay Bryant" <jay@xxxxxxxxxxxx> Date: Fri, 27 Jan 2006 18:39:54 -0600 |
Hi, Andrea,
select="ancestor::flower[1]/@type"
either with xsl:value-of or with xsl:apply-templates.
Jay Bryant
Bryant Communication Services
----- Original Message -----
From: "Andrea Berman" <andrea.berman@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, January 27, 2006 4:28 PM
Subject: [xsl] Selecting attribute from previous parent node
It's Friday! Please, have pity upon me and save my sanity!
Say I have the following style of XML:
<row>
<basket>
<flower type="rose">
<basket>
<flower type="tulip">
<basket>
...
</basket>
</flower>
</basket>
</flower>
</basket>
</row>
If I'm at node "flower" with type of "tulip", how do I reference the
previous flower's type?
Thanks!
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Selecting attribute from , bokluk | Thread | [xsl] Mixing imports and includes -, mazerunner |
| Re: [xsl] Selecting attribute from , Thang X. Le | Date | RE: [xsl] Shallow copy and base URI, Florent Georges |
| Month |