Project Description:
Create a simple php web page that will enable users to input a list, and have that list parsed and converted to XML and made available to them.
Users should be able to input the list via a form field, or uploading by a file.
Users should have the option of viewing the ouputted XML on a webpage, or by downloading it as a file.
Each list item may require slightly different handling (XML output), based on its structure.
In addition, the user will have some minor control over the XML output, via 2 or 3 form fields.