Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - >Thread Next - [xsl] Outputting HTML elements with XSLT 1.0 in a column of a table Re: [xsl] Outputting HTML elements with XSLT 1.0 in a column of a tableTo: Date: 5/2/2005 10:30:00 AM 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 | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
