RE: [xsl] nesting xml

Subject: RE: [xsl] nesting xml
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 3 May 2001 10:22:10 +0100
> I'm just starting to learn xml/xsl and am wondering if it's
> possible to use a sub or a function call in xsl.

The nearest equivalent to a function call in XSLT is <xsl:call-template>.

But you don't need it here: use <xsl:apply-templates/>, and define a
template rule for each element at whatever depth.

Mike Kay
Software AG


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


Current Thread