RE: [xsl] parameters for matching templates

Subject: RE: [xsl] parameters for matching templates
From: Jarno.Elovirta@xxxxxxxxx
Date: Wed, 11 Jun 2003 15:04:57 +0300
Hi,

> is it allowed to pass over paramaters via the apply-templates
> element?

<http://www.w3.org/TR/xslt#section-Applying-Template-Rules>.

> because the processor doesnt complain. but the templates
> also never arrive at the processed template..

The templates don't arrive at the processed template? Do you mean the selected nodes are not processed with the templates? Check that the select statement on your xsl:apply-templates is correct and selects what you want, that the match pattern is correct on the template you intend the nodes to match, and that no other template has higher priority.

Cheers,

Jarno - VNV Nation: Electronaut

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


Current Thread