This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Complex named template calling


 <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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]