I need to write a piece of code able to get a text file and generate an XML file from it. I am ok generating tags and with the structure but I need help in validating against illegal characters. Do anyone have a list of the characters that are not valid. I do know that the ampersand is not legal but I know that there are ranges of Ascii characters that are not. Could you please help me on this?
Thank you
Thank you