OIC- Decoding the ERP report data having issue with special characters
Summary
Using ParseXMl and Decode base64 function for the report data conversion from Base64 encoded formatContent
Trying to convert Base64 encoded format string content to XML to process.
The report contains special characters like & symbols.
How to resolve this issue.
we are using function as
<xsl:copy-of select="oraext:parseEscapedXML(oraext:decodeBase64($OnhandQuantityReport/nsmpr1:runReportResponse/nsmpr1:runReportReturn/nsmpr1:reportBytes))"/>
Thanks.
Tagged:
1