<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()
ฟังก์ชั่นไม่จำเป็นที่นี่