xsl-list
[Top] [All Lists]

Re: Get specific elements

2003-04-28 03:44:01
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



<Prev in Thread] Current Thread [Next in Thread>