<a>
<xsl:attribute name="href">
<xsl:value-of select="/*/properties/property[@name='report']/@value" />
</xsl:attribute>
</a>
別の文字列をcancatする方法はありますか
<xsl:value-of select="/*/properties/property[@name='report']/@value" />
レポートのプロパティ値に加えて、href属性にテキストを渡す必要があります
concat()
ここでは機能は必要ありません。