When processing the <Field1> XML element I need to read a "Field1" attribute from another XML element.
Is it possible to do with standard XSTL features? I mean - it should works in any web browser (almost in any, enough if it will work in IE, FireFox, Opera).
This XSLT code sample seems does not work. It is reporting "XSLT Compile error at <xsl:when test="//ColumnsRenamer/$attrName != ''">".
The answer like "is not possible" or "is not supported" is not the answer supposed to be.
So, I found solution by myself and posted as a kind of "workaround".