Issue:
"The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
An invalid character was found in text content. Error processing resource
'http://4i.test.com:8000/OA_CGI/FNDWRR..."
In the source code of the XML (View > Source) for the Arabic characters you found the following junk characters :
"<FILE_DATA>¿¿¿ ¿¿ ¿¿ ¿¿ ¿¿
¿¿¿¿¿·¿¿¿¿¿¿¿¿
¿¿¿¿¿¿¿
¿¿¿¿
¿¿¿¿
¿¿¿¿
¿¿¿¿¿
¿¿¿¿ </FILE_DATA>"
which can not be interpreted by XML parser.
Solution:
The issue will be resolved with the following settings:
1. Uncheck the "Allow Native Client Encoding" from the System Administrator > Install > Viewer Options for the XML text/xml mime type
2. Set the profile option "FND:Native Client Encoding" to WE8MSWIN1252.
3. Change the prolog value to
<?xml version="1.0" encoding="ISO-8859-6"?> in rdf report.
Reference:
Show Text Type Attachment Data With Chinese Characters In XML Format (Doc ID 427886.1)
Thanks it's working for me
ReplyDelete