|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Outputting HTML elements , Michael Kay | Thread | [xsl] Outputting HTML elements with, Marco Mastrocinque |
| RE: [xsl] Outputting HTML elements , Marco Mastrocinque | Date | [xsl] Re: Random?, Ali Choumane |
| Month |