This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: using call-template to call template from another xsl


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]