Home
Name Modified Size InfoDownloads / Week
readme.txt 2011-01-07 959 Bytes
xmlwriter.zip 2011-01-07 3.7 kB
Totals: 2 Items   4.7 kB 0
/****/
New Release:
1)Fixed the Oracle raw and timestamp type bug.
2)Removed custom exceptions from few places, for users to see the actualy exception.
/********/ 

This project concentrates on creating a XML file from java ResultSet.
To be used when database tables are to be converted into XML.
As it takes ResultSet data directly, it works (or should work) with any database.
The charset issues have not been taken into account. I will like to know if any such issues faced while using the code.

It is using Woodstox stax implementation, which uses stax2-api-3.0.1.jar in the background. So please add these jars in classpath before using the code.
You can get the parser from here:
http://woodstox.codehaus.org/Download
Else you modify the code and add your preferred parser.
The code is free to use and modify. If any additional functionality is needed, or a bug is found, please report back to the community for others benefit.




Source: readme.txt, updated 2011-01-07