Subject: RE: using call-template to call template from another xsl
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 4 May 2001 18:52:00 +0100
|
> i was using call-template as i need to pass a parameter.How do i use
> apply-templates in this situation.Also i need to be able to
> apply-template/call-template different templates based on the value of
> $reqtype variable.
You can pass parameters with xsl:apply-templates just as easily as with
xsl:call-template.
With xsl:apply-templates you can also use different modes, which might solve
the problem of calling different templates based on the value of $reqtype.
In both cases you'll need an xsl:choose.
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|