RE: [xsl] variable select on xsl:apply-templates

Subject: RE: [xsl] variable select on xsl:apply-templates
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Sat, 12 Apr 2003 23:39:20 +0100
>        <!--Complicated many layered structure-->
>               <xsl:apply-templates>
>                      <xsl:value-of select="$formCallBack"/>
>                </xsl:apply-templates>
>        </!--Complicated many layered structure--> </xsl:template>

This code is incorrect. xsl:apply-templates is allowed to contain as
children only xsl:with-param and xsl:sort.

I don't know what you expect this code to do, or what you are trying to
achieve, but if you are trying to pass parameters, use xsl:with-param.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread