xsl-list
[Top] [All Lists]

Re: Depth of an XML file using XSL

2002-10-16 11:11:07
---- Padmapriya Kandhadai wrote:

Hello,

  I want to find the maximum depth of an XML file.

Say I have
<abc>
  <def>
    <ghi>
      http:test.com
    </ghi>
  </def>
  <jkl>
     <mno>
       http:test2.com
     </mno>
  </jkl>
</abc>

I want the xsl code to return the depth as three. So for any generic
XML tree how do I find the greatest depth of the xml tree?

Thanks and regards,
Priya.

Hi Priya,

This task like many other similar tasks has a most straightforward,
natural solution using FXSL.

See for example:

http://sources.redhat.com/ml/xsl-list/2002-05/msg00611.html

and 

http://sources.redhat.com/ml/xsl-list/2002-05/msg00613.html








=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

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



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