|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Selecting attribute from previous parent node
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: 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!
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. 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
|







