Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: hyperlink in XSL style sheet >Thread Next - Re: hyperlink in XSL style sheet Re: hyperlink in XSL style sheetTo: NULL Date: 3/7/2006 12:40:00 AM Yes, there is a more concise way, you can use an attribute value template to concatenate the result of some XPath expression in an attribute value, so you can write <a> <xsl:attribute name="href"> <xsl:text>ShowDetails.aspx?Row=</xsl:text> <xsl:value-of select="Row" /> </xsl:attribute> </a> as <a href="ShowDetails.aspx?Row={Row}"></a> And you want the Row value inside the a element, not as a sibling: <td align="center"> <a href="ShowDetails.aspx?Row={Row}"><xsl:value-of select="Row" /></a> </td> Best Regards, George --------------------------------------------------------------------- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger www.---.com | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
