如何使用 xslt 在下面的 xml 中获取 Attribute1的值:
<name attribute1="blah" attribute2="blahblah"> </name>
这更像是一个 xpath 问题,但是像这样,假设上下文是父元素:
<xsl:value-of select="name/@attribute1" />