วิธีที่จะได้รับค่าของ attribute1 (blah) ใน xml ต่อไปนี้โดยใช้ xslt:
<name attribute1="blah" attribute2="blahblah">
</name>
วิธีที่จะได้รับค่าของ attribute1 (blah) ใน xml ต่อไปนี้โดยใช้ xslt:
<name attribute1="blah" attribute2="blahblah">
</name>
คำตอบ:
นี่เป็นคำถาม xpath มากกว่า แต่เช่นนี้สมมติว่าบริบทเป็นองค์ประกอบหลัก:
<xsl:value-of select="name/@attribute1" />