xsl-list
[Top] [All Lists]

Outputting HTML elements with XSLT 1.0 in a column of a table

2005-05-02 03:52:08
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--