Re: [xsl] Outputting HTML elements with XSLT 1.0 in a column of a table

Subject: Re: [xsl] Outputting HTML elements with XSLT 1.0 in a column of a table
From: Markus Abt <abt@xxxxxxxx>
Date: Mon, 2 May 2005 12:24:39 +0200
Hi Marco,

Marco Mastrocinque wrote:
> <xsl:value-of select="concat('<td>', ANELEMNT, '</td>')"/>

Output elements as elements, text as text:
<td>
  <xsl:value-of select="ANELEMNT"/>
</td>

Regards,
Markus
__________________________
Markus Abt
Comet Computer GmbH
http://www.comet.de

Current Thread