I am trying to load a combo connector from a database, and a lot of the records have what I am assuming to be invalid characters for the XML result.
What would be the best way to cater for any results that might come from the database instead of str_replacing each character I find?
If the string replace method is my only option, what is the function to change a value using the beforeRender event while loading the connector?