Hi,
I would like to parse an XML file with ColdFusion 4 after it has been uploaded to a web server.
I need to compare its contents with existing data in a database and offer to the user the choice to replace the data in the database by what is in the XML file.
All this in two .cfm pages if possible ie the first one for the upload, the parsing and the display of the XML data vs. the database's data and the second one to process the user's decision to replace or not the data in the database by the data in the XML file.
Please point me towards any example or similar threads.
Thanks.
I would like to parse an XML file with ColdFusion 4 after it has been uploaded to a web server.
I need to compare its contents with existing data in a database and offer to the user the choice to replace the data in the database by what is in the XML file.
All this in two .cfm pages if possible ie the first one for the upload, the parsing and the display of the XML data vs. the database's data and the second one to process the user's decision to replace or not the data in the database by the data in the XML file.
Please point me towards any example or similar threads.
Thanks.