<a>
<xsl:attribute name="href">
<xsl:value-of select="/*/properties/property[@name='report']/@value" />
</xsl:attribute>
</a>
有什么办法可以将另一个字符串
<xsl:value-of select="/*/properties/property[@name='report']/@value" />
除了报告属性值外,我还需要传递一些文本到href属性
concat()
这里不需要该功能。