My team is currently developing a resume-parser for a website. Our parser will translate and format the resume into the industry-standard HR-XML. The website will then take the HR-XML-formatted information and pre-populate editable fields so the user can finalize his/her profile on the website.
What would be the best way to port the HR-XML information to the website? Should we store the XML tags in program memory and have the website call a retriever method in our software? Or should we create a temporary file for each resume that is uploaded to the site? If so, where should this file be stored, and how should we go about maintaining our directories so they are not crowded with temp files?
Any insight would be greatly appreciated! Thank you in advance for your time and your help.