Php Program To Cleanup Data For Proper Xml

This project involves writing a php program to process data, cleaning up invalid characters found in 2 text fields in each entry in the table.

I have an existing process that creates an xml file from this table. This program works fine except that it doesn’t validate because some of the data has invalid characters probably due to copy/paste from a word doc. One of the errors I am getting is the following:
The error was: ascii “\xBD” does not map to Unicode

I need a program developed th…

Leave a Reply

Your email address will not be published. Required fields are marked *