Subject: Outputting HTML elements with XSLT 1.0 in a column of a table
From: "Marco Mastrocinque" <mmfive@xxxxxxxxxxxxxxx>
Date: Mon, 2 May 2005 20:52:08 +1000
|
Hi All,
Thanks for the advice I have now got it working, just need to refine
my output now. I hope I will be okay; still learning...
Thanks Marco Mastrocinque
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
|