Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reading special characters by using <![CDATA[ ]]> in XSLT

3304224Aug 29 2016 — edited Feb 26 2020

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 26 2016
Added on Aug 29 2016
2 comments
1,276 views