I'm trying to do something like :
<xsl:variable name="typetest"
select="substring-before(
(substring-after(base-uri(),'Test_')),
'_'
)"/>
<xsl:variable name="minAdd"+"$typetest"
select="teststep[@name='add"$typetest"Etalon']/@min"/>
I can't find the right way to use my var $typetest in both the name and the select of the other var. I'dont know if it is possible, i am using XSLT 2.0