|
Subject: RE: The XSL-List Digest V3 #329 From: Ronald <ronald@xxxxxxxxxxx> Date: Tue, 07 Nov 2000 13:44:33 +0100 |
> Can I open a <td> tag in one template and close it in another?
<xsl:template match="/"> <xsl:apply-templates select="first"/> <xsl:apply-templates select="second"/> </xsl:template>
<xsl:template match="first"> <xsl:text disable-output-escaping="yes"><TD></xsl:text> <xsl:apply-templates/> </xsl:template>
<xsl:template match="second"> <xsl:apply-templates/> <xsl:text disable-output-escaping="yes"></TD></xsl:text> </xsl:template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: The XSL-List Digest V3 #329, Peter McEvoy | Thread | Re: The XSL-List Digest V3 #329, Miloslav Nic |
| FO Table Borders, Rob van der Zeijden | Date | text(), DPawson |
| Month |