ccornagg
Well Known Member
Hello,
I'm kindly asking your advice on whether there's an easy way using Orchestrator to remove "CDATA[] convention" from an XML file.
Here you are an example of what I'm looking for, using an example of XML tag which is representing company name "Carlo & Co".
Input XML file is containing:
<MLNM><![CDATA[Carlo & Co]]></MLNM>
Output XML file should contain:
<MLNM>Carlo & Co</MLNM>
As you can see in my example I have a special character & which is converted into & (see also UDC 70|RC).
Kind regards,
Carlo
E1 9.2.7.3
I'm kindly asking your advice on whether there's an easy way using Orchestrator to remove "CDATA[] convention" from an XML file.
Here you are an example of what I'm looking for, using an example of XML tag which is representing company name "Carlo & Co".
Input XML file is containing:
<MLNM><![CDATA[Carlo & Co]]></MLNM>
Output XML file should contain:
<MLNM>Carlo & Co</MLNM>
As you can see in my example I have a special character & which is converted into & (see also UDC 70|RC).
Kind regards,
Carlo
E1 9.2.7.3