<a>
<xsl:attribute name="href">
<xsl:value-of select="/*/properties/property[@name='report']/@value" />
</xsl:attribute>
</a>
C'è un modo per cancellare un'altra stringa
<xsl:value-of select="/*/properties/property[@name='report']/@value" />
Ho bisogno di passare del testo all'attributo href oltre al valore della proprietà del report
concat()
funzione non è necessaria.