Originally posted by: SystemAdmin
An Input XML file to the WTX contains following special ñ character
<SiteName>Hospital Muñiz</SiteName> This xml is valid & able to open in a XML editor like Oxygen.
The above xml is tranformed in WTX(i.e XML to XML - utf-8 encoding). The ouput XML from WTX also contains same data with special character. But this xml file is not valid & cannot be opened in Oxygen.Also transformation is failing in datapower since this is not a valid xml. So output xml produced by WTX is invalid due to this special character.
When this special character is removed from that output xml, opens fine in Oxygen editor & also works in DataPower.
When i opened this output xml in Notepad++, data looks as follows (ñ is replaced with F2)
<FacilityName>Hospital Mu/FacilityName>. This is the reason for xml not being able to open in Oxygen editor & hence invalid.
WTX is replacing ñ with F2.
Is there any setting in WTX to overcome this issue?
Many thanks in advance.
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender