[xsl] Get specific elements

Subject: [xsl] Get specific elements
From: Johan Thorèn (EAB) <Johan.Thoren@xxxxxxxxxxxxxxx>
Date: Mon, 28 Apr 2003 10:58:42 +0200
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


Current Thread