<a>
<xsl:attribute name="href">
<xsl:value-of select="/*/properties/property[@name='report']/@value" />
</xsl:attribute>
</a>
¿Hay alguna forma de cancat otra cadena para
<xsl:value-of select="/*/properties/property[@name='report']/@value" />
Necesito pasar algo de texto al atributo href además del valor de la propiedad del informe
concat()
función no es necesaria aquí.