RE: [xsl] Converting an xml to another xml Using XSLT

Subject: RE: [xsl] Converting an xml to another xml Using XSLT
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 2 May 2006 22:04:35 +0100
> I need suggestion or solution how to handle arbitary depth 
> i.e. if "classitem" depth is 5 or 8 or some other value.

That's exactly what the classic "push" style of XSLT processing, using
template rules and xsl:apply-templates does. That's why you were shown a
solution using xsl:template.

Michael Kay
http://www.saxonica.com/

Current Thread