Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Problem with xsl in sharepoint >Thread Next - RE: Problem with xsl in sharepoint RE: Problem with xsl in sharepointTo: NULL Date: 1/3/2007 5:21:00 AM
Try this (create attributes using xslt):
...
<a>
<xsl:attribute name="href">
<xsl:value-of select="link"/>
</xsl:attribute>
<xsl:attribute name="title">
<xsl:value-of select="description"/>
</xsl:attribute>
<xsl:attribute name="target">
<xsl:value-of select="'_blank'"/>
</xsl:attribute>
<xsl:value-of select="title" disable-output-escaping="yes" />
</a>
...
ML
---
http://milambda.blogspot.com/
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
