Sometimes I just want some simple tables to be exported to a flat XML file. This is very usefull to apply an XML diff afterwards to find out for example what has changed in the contents of the database after a routine has been run, for example.
As much as I like dbsql2xml (have been looking for something like this for some time) I would appreciate if there would be some defaults available, so that for example I could leave out the colum mappings and would get a standard mapping (element name == colum name) instead.
Regards,
Torsten
P.S.: Shoudn't Java classnames start with an uppercase letter or are lowercase classnames a new feature of Java 5 which I missed until now?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
Sometimes I just want some simple tables to be exported to a flat XML file. This is very usefull to apply an XML diff afterwards to find out for example what has changed in the contents of the database after a routine has been run, for example.
As much as I like dbsql2xml (have been looking for something like this for some time) I would appreciate if there would be some defaults available, so that for example I could leave out the colum mappings and would get a standard mapping (element name == colum name) instead.
Regards,
Torsten
P.S.: Shoudn't Java classnames start with an uppercase letter or are lowercase classnames a new feature of Java 5 which I missed until now?