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/
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--