Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - [xsl] Outputting HTML elements with XSLT 1.0 in a column of a table [Thread Next] RE: [xsl] Outputting HTML elements with XSLT 1.0 in a column of a tableTo: Date: 5/2/2005 10:17:00 AM > Hi All,
> I want to output the following in a concat statement.
> I have set an
> for-each loop in XSL
>
> <xsl:value-of select="concat('<td>', ANELEMNT, '</td>')"/>
>
Don't try to output tags as text! You need to construct nodes in a result
tree, the system will look after serializing these as HTML tags.
You want
<td><xsl:value-of select="ANELEMENT"/></td>
Michael Kay
http://www.saxonica.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
