RE: Complex named template calling

Subject: RE: Complex named template calling
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 23 Nov 2000 12:47:17 -0000
 <xsl:for-each select="AUTHOR">
>   <xsl:call-template name="TABLEDEF">
>      <TR>
...
>      </TR>
>    </xsl:call-template>
> </xsl:for-each>
> 
> 
> I know this is non-functional as call-templates cannot handle 
> subelements besides params.  Is there a way to simulate this 
> functionality somehow?

You haven't told us what functionality you want to simulate, you've only
shown us a fragment of  meaningless code that you want it to be equivalent
to.

Mike Kay


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


Current Thread