Issue with custom XSLT transformation scenario not applying parameters
Posted: Wed Aug 27, 2025 10:36 am
Hi everyone,
I’m having trouble running a custom XSLT transformation scenario in Oxygen XML Editor. I created a scenario that uses an XSLT 2.0 stylesheet, and I added a few parameters in the “Parameters” tab of the scenario. However, when I run the transformation, it looks like the parameters are not being applied at all — the output is the same as if no parameters were passed.
Some details:
Oxygen XML Editor version: 26.0
XSLT processor: Saxon-HE 12.x
I double-checked that the parameter names match exactly with those in the stylesheet.
Is there a known issue with passing parameters in custom scenarios, or am I missing a specific setting? Do I need to declare <xsl:param> differently in my stylesheet for Oxygen to recognize it? Is there a way to debug or log the parameters that Oxygen actually sends to Saxon?
Has anyone else run into this problem? Any tips would be greatly appreciated.
Thanks!
I’m having trouble running a custom XSLT transformation scenario in Oxygen XML Editor. I created a scenario that uses an XSLT 2.0 stylesheet, and I added a few parameters in the “Parameters” tab of the scenario. However, when I run the transformation, it looks like the parameters are not being applied at all — the output is the same as if no parameters were passed.
Some details:
Oxygen XML Editor version: 26.0
XSLT processor: Saxon-HE 12.x
I double-checked that the parameter names match exactly with those in the stylesheet.
Is there a known issue with passing parameters in custom scenarios, or am I missing a specific setting? Do I need to declare <xsl:param> differently in my stylesheet for Oxygen to recognize it? Is there a way to debug or log the parameters that Oxygen actually sends to Saxon?
Has anyone else run into this problem? Any tips would be greatly appreciated.
Thanks!