Available in...
Open Studio for Big Data
Open Studio for Data Integration
Open Studio for ESB
It is easy to run the replaceSpecialCharForXML
routine along with a
tJava component, to format a string for XML:
System.out.println(TalendString.replaceSpecialCharForXML("Thelma & Louise"));
In this example, the & character is replaced in order to make the string XML compatible: