xsl-list
[Top] [All Lists]

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

2008-06-16 06:29:48
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--