Oxygen XML Editor
 
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

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
 
© 2002-2008 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy
This website was created & generated with <oXygen/> XML Editor