[xsl] Re: Depth of an XML file using XSL

Subject: [xsl] Re: Depth of an XML file using XSL
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Wed, 16 Oct 2002 11:11:07 -0700 (PDT)
---- 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


Current Thread