Closed lasanthaS closed 1 month ago
Description: When the XML content is built at the XSLT mediator, encoded values get replaced with real characters.
Eg: 
 ; 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 
 ; within the SOAP response.
Related Issues: https://github.com/wso2/product-ei/issues/1195 https://github.com/wso2/product-ei/issues/1215
Closing this issue as it's already fixed.
The relevant test case is failing in this product version. Need to fix it. Hence re-opening the issue
Description: When the XML content is built at the XSLT mediator, encoded values get replaced with real characters.
Eg:

 ;
is replaced with a new lineAffected Product Version: ESB-5.0.0
Steps to reproduce: The output should be included with special characters like

 ;
within the SOAP response.Related Issues: https://github.com/wso2/product-ei/issues/1195 https://github.com/wso2/product-ei/issues/1215