On Mon, Jun 8, 2015 at 1:51 PM, Andrey Repin <[email protected]> wrote: > Greetings, Luis Villa! > >> I want to create a java project that must read a dia file, extract the data >> and transform it. Is this possible from inside a java program? > > Of course. > Dia file is a flat or GZIP'd XML file. > Use any XML mapper you are familiar with to retrieve the information > necessary. >
To transform it to something else you don't need Java just use XSLT. If you are generating SQL or some other case-style application don't re-invent the wheel and use dia2code. Best, Alejandro Imass _______________________________________________ dia-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/Faq Main page at http://live.gnome.org/Dia
