Incidentally, you can write this:
<a target="_self">
<xsl:attribute name="href">
default.aspx?Page=141&category.Categories.1=<x sl:value-of select="Categories/@Id"/>&centerContent.Id.0=<xsl:value-of select="@Id"/>
</xsl:attribute>
<xsl:value-of select="@Name"/>
</a>
as:
<a target="_self"
href=" default.aspx?Page=141&category.Categories.1={C ategories/@Id}&centerContent.Id.0={@Id}">
<xsl:value-of select="@Name"/>
</a>
Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference