Re: The XSL-List Digest V3 #329

Subject: Re: The XSL-List Digest V3 #329
From: Miloslav Nic <nicmila@xxxxxxxxx>
Date: Tue, 07 Nov 2000 14:49:27 +0100
But there are almost always better ways:

http://lists.zvon.org/l/showmsg.xp?ln=zvon&mid=140 :
A generic template for a table with the given grid

http://lists.zvon.org/l/showmsg.xp?ln=zvon&mid=79
another table

Ronald wrote:
> 
> > > Can I open a <td> tag in one template and close it in another?
> 
> maye it's an option for you to use something like:
> 
> <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">&lt;TD&gt;</xsl:text>
> <xsl:apply-templates/>
> </xsl:template>
> 
> <xsl:template match="second">
> <xsl:apply-templates/>
> <xsl:text disable-output-escaping="yes">&lt;/TD&gt;</xsl:text>
> </xsl:template>
> 
> RH
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

-- 
******************************************
<firstName> Miloslav </firstName>    
<surname>   Nic      </surname>     

<mail>    nicmila@xxxxxxxxx    </mail>   
<support> http://www.zvon.org  </support>
<zvonMailingList> 
    http://www.zvon.org/index.php?nav_id=4 
</zvonMailingList>


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


Current Thread