I have a scenario where a user will upload an XML file, and I'd like to add the file to a table in my database. The hard part, though, is that I need to parse the file and then add some of the information to some different tables.I have a scenario where a user will upload an X