Hi I'm working on Oracle Jdeveloper 11g version 11.1.1.7.0. I'm trying to read an input file through a SOA (Service Oriented Architecture) BPEL process and generating an output file. Some data in that file contains names with special characters such as, Verónica and José.
I tried using <![CDATA[ ]]> in the xslt file, where I was mapping my input file values to my output file values. For example as shown below,
<![CDATA[ <xsl:value-of select="imp1:Empfname"/> ]]>
But I'm getting a ? mark in place of all the special characters. For example the name Verónica appears as Ver?nica in the output file. Similarly José appears as Jos?.
Is there anything else that I should use along with CDATA? Suggestions are most welcome!
Thanks and regards,
Zeeshan