Page 1 of 1

use of xsl:param in output

Posted: Wed Nov 25, 2015 5:48 pm
by 1ded6
Hi,

In a scenario transformaiton with xslt, is it possible to use the parameters defined in the xslt tab to name the files in the output ?
If yes, what is the syntax to call them ?

Best regards,

Re: use of xsl:param in output

Posted: Thu Nov 26, 2015 1:27 pm
by Costin
Hello,

Unfortunately, there is no editor variable you could use to name the files in the output.

However, a workaround which you might find useful in for your use case, would be to create a custom editor variable and use it at a later time as a parameter and also in the 'Save As' field.
Custom editor variables can be defined in the oXygen menu Options -> Preferences - Custom Editor Variables.

You might have expected to change both the parameter and the output variable, but this is currently the only way you could do it.

I hope this helps.
Costin