[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Get specific elements


Subject: Re: [xsl] Get specific elements
From: "Simon Kelly" <kelly@xxxxxxxxxx>
Date: Mon, 28 Apr 2003 11:09:44 +0200

you would use '/AAA/BBB/CCC' to get any with a parent of BBB

and

/AAA/CCC to get the ones with parent AAA

But I don't quite understand what you reallly want out of this.  Do you want
to dynamically state the parental constraints so you can process the CCCs in
there sibling node blocks?

Cheers

Simon



----- Original Message -----
From: "Johan Thorèn (EAB)" <Johan.Thoren@xxxxxxxxxxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, April 28, 2003 10:58 AM
Subject: [xsl] Get specific elements


>
> Hello
>
> 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...
>
> Best regards
> Johan Thoren
>
>
>  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
Keywords
xml