|
Subject: Complex named template calling From: "Stephen Kim" <pooplets@xxxxxxxxxxx> Date: Wed, 22 Nov 2000 14:30:14 -0500 |
<xsl:template name="TABLEDEF">
<table>
<xsl:apply-templates/>
<table>
</xsl:template><xsl:template name="DATADEF">
<b>
<xsl:apply-templates/>
<b>
</xsl:template><xsl:for-each select="AUTHOR">
<xsl:call-template name="TABLEDEF">
<TR>
<TD>NAME</TD>
<TD>
<xsl:for-each select="BOOK">
<xsl:call-template name="DATADEF"/>
<br/>
</xsl:for-each>
</TD>
</TR>
</xsl:call-template>
</xsl:for-each>Thanks _____________________________________________________________________________________ Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: , mxmodi | Thread | Re: Complex named template calling, Juan R. Migoya |
| RE: , Ben Robb | Date | Re: , mxmodi |
| Month |