Well, I want to store information in an XML file and send it to be processed on a server. The structure of the XML file is simple:
<name></name>
<age></age>
<sex></sex>
<info></info>
The problem is that the information will be saved in the XML, are information that will be inserted by the users through text fields.
Assuming the User inserted a XML tag, and the final file becomes this:
<name> <age></name></age> </name>
There is a possibility of xml reader encounters a problem and not able to read the file?