wso2 / product-ei

An open source, a high-performance hybrid integration platform that allows developers quick integration with any application, data, or system.
https://wso2.com/integration/
Apache License 2.0
374 stars 281 forks source link

Build xml message and transform encoded values to relevant characters at XSLT Mediator #4988

Closed lasanthaS closed 1 month ago

lasanthaS commented 4 years ago

Description: When the XML content is built at the XSLT mediator, encoded values get replaced with real characters.

Eg: &#10 ; is replaced with a new line

Affected Product Version: ESB-5.0.0

Steps to reproduce: The output should be included with special characters like &#10 ; within the SOAP response.

Related Issues: https://github.com/wso2/product-ei/issues/1195 https://github.com/wso2/product-ei/issues/1215

lasanthaS commented 4 years ago

Closing this issue as it's already fixed.

lasanthaS commented 4 years ago

The relevant test case is failing in this product version. Need to fix it. Hence re-opening the issue