CF9 and XML
Hello, everyone.
I've been working with CF for over 10 years, now, but I've never had to work with XML, before. I'm totally new to this.
What I am appointed to do is design/develop a form that can be pre-populated with data by uploading an XML document.
Right now, what I have in place (mostly for testing) is a form that allows a user to upload an XML document; upon successful upload, I immediately read the contents of the file into a client variable, allowing the temp directory to delete the file after that is done. It will then XMLparse() the contents and I'm using a CFDUMP to display.
What I need to do is loop through the data and populate the fields of another form.
Has anyone done something like this? Any pointers, tips, tricks, etc.? Are there any good tutorials for such a task that aren't either kindergarten level, nor "only-those-who-live-eat-breathe-shoot-s%*t-ColdFusion-can-understand" level?
Thanks,
^_^
