xsl-list
[Top] [All Lists]

RE: variable select on xsl:apply-templates

2003-04-12 15:39:20
       <!--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(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


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



<Prev in Thread] Current Thread [Next in Thread>