wso2 / integration-studio

WSO2 Integration Studio is a development environment used to design integration scenarios and develop them.
Apache License 2.0
65 stars 61 forks source link

Add default namespace for DataMapper XSLT #1304

Closed SanojPunchihewa closed 4 months ago

SanojPunchihewa commented 4 months ago

Purpose

When a default namespace is used in the input, the output mapping is not working as the default namespace was not set in the XSLT generated by the DataMapper. This PR will add xpath-default-namespace to the XSLT.

Fixes: https://github.com/wso2/micro-integrator/issues/3328