This software will export most Access-databases to a plain-text XML-file. Access database files (.MDB) is used by some programs with lightweight database needs. Although it is a javaprogram it will only run on Windows unless you add a driver for Access, I have not even tried to make it work on non-windows platforms. Typical error message when run on linux is: java.sql.SQLException: No suitable driver TODO: - modify data to conform to XML-spec. Currently data is written regardless.