Re: [xsl] Get specific elements

Subject: Re: [xsl] Get specific elements
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Mon, 28 Apr 2003 12:44:01 +0200
Johan Thorèn (EAB) wrote:

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...

What's wrong with just /AAA/BBB/CCC? -- Oleg Tkachenko http://www.tkachenko.com/blog Multiconn Technologies, Israel


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



Current Thread