Formatting an XML string
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: