Hey, I'm working on a web-based version of DVD profiler (much like the desktop version in look and feel) to run on my local webserver. I export the database to XML that my application eats to fill or update the library.
I had some problems with the exported file between different versions of DP, where there were slight modifications in structure that would cause errors or incomplete imports. It would be helpful to have the DP version number and/or build number mentioned in the export, in either an attribute or tag, so the parser can know what to expect. Thoughts? |