如何使用xslt在以下xml中获取attribute1(blah)的值:
<name attribute1="blah" attribute2="blahblah"> </name>
这更多是一个xpath问题,但是像这样,假设上下文是父元素:
原文链接:https://www.f2er.com/xml/294118.html<xsl:value-of select="name/@attribute1" />