Re: [xsl] apply-templates vs. call-template problem

Subject: Re: [xsl] apply-templates vs. call-template problem
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Mon, 16 Jun 2008 15:29:11 +0200
Greg Fausak wrote:

                               <xsl:call-template name="create-groups"
select="."/>

call-template does not allow a select attribute: http://www.w3.org/TR/xslt#named-templates It can take parameters however.


--


	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread