For example, I want to add an attribute to this node:
<Party>
So it will look like:
<Party role="this should be set using XPath">
Attribute value has to come from XPath.
The following will not work :)
<Party role=<xsl:value-of select="some/xpath/path"/>>
How to do that?