[Home] [By Thread] [By Date] [Recent Entries]
Both the earlier suggestions are good.
To answer Greg's question about the parameters, a named template takes the calling context as its context, so no parameter is needed here. To combine the suggestions, consider the following: <xsl:template name="fillcell"> <xsl:value-of select="."/> <xsl:if test="not(string())"> </xsl:if> </xsl:template> <xsl:template match="cell">
<td>
<xsl:call-template name="fillcell"/>
</td>
</xsl:template>Cheers, Wendell At 05:06 PM 11/13/2002, Greg wrote: At 02:50 PM 11/13/2002, you wrote: ====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ====================================================================== XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



