I'm mapping variables in XSLT file but I have lots of variables to map. Is there any mediator to do this in WSO2?
I'm mapping variables in XSLT file but I have lots of variables to map. Is there any mediator to do this in WSO2?
<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
should work. Please try it.
WSO2 has its own XSLT mediator why don't you try that one.
Syntax
<xslt key="string" [source="xpath"]>
<property name="string" (value="literal" | expression="xpath")/>*
<feature name="string" value="true| false" />*
<resource location="string" key="string"/>*
</xslt>