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

RE: Get specific elements

Subject: RE: Get specific elements
From: Johan Thorèn (EAB) <Johan.Thoren@xxxxxxxxxxxxxxx>
Date: Mon, 28 Apr 2003 12:34:15 +0200
xsl specific elements
 
Hello again

Thanks for the answer. I was think if there was a way of using ./ancestor::*

Something like this

<xsl:variable name="path" select="./ancestor::*"/>
<xsl:variable name="elements" select="document($doc)//*"/> 

and then find THE element with the same ancestors.

<xsl:variable name="element" ...

Best regards
Johan Thoren


-----Original Message-----
From: Jarno.Elovirta@xxxxxxxxx [mailto:Jarno.Elovirta@xxxxxxxxx]
Sent: den 28 april 2003 11:38
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE:  Get specific elements


Hi,

> I have an XML looking like
> 
> <AAA>
>    <BBB>
>       <CCC>
>       </CCC>
>    </BBB>
>    <CCC>
>    </CCC>
> </AAA>
> 
> How can I specify to get the CCC with parent /AAA/BBB element 
> separated from the
> CCC with parent /AAA/. Meaning getting an element depending 
> on all preceding 
> parents. I reckon this could be done recursively. But Im 
> stuck at the moment...

"/AAA/BBB/CCC" or "//CCC[parent::BBB]" or "//CCC[not(parent::AAA)]" or write more specific template match patterns i.e. "AAA/BBB/CCC" and "AAA/CCC" etc. Which is the best depends on what your stylesheet looks like, that is where you want to "specify to get the CCC".

Cheers,

Jarno - Hocico: Spit as an offence(suicide commando remix)


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

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


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.