Im working in a project which we create hundreds of xml's in informatica everyday, and all the data which is in the xml should be filtered, like removing all kind of special characters like * +.. You get the idea.
Adding regular expressions for every port is too complicated and not possible due the large amount of mapping we have.
I've added a custom property to the session XMLAnyTypeToString=Yes; and now i get some of the characters instead of &abcd, in their usual presentation (" + , ..).
I'm hoping for some custom property or change in XML target to remove these characters completely. any idea?