RE: [xsl] parameters for matching templates

Subject: RE: [xsl] parameters for matching templates
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 11 Jun 2003 15:02:05 +0100
> is it allowed to pass over paramaters via the apply-templates element?
> 
> because the processor doesnt complain. but the templates
> also never arrive at the processed template..

The usual reason for that is that in between the calling code and the
called template there is a built-in template for an intermediate
element. Built-in templates do not pass their parameters through (in
XSLT 1.0 - this is changed in 2.0).

Michael Kay


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


Current Thread