Re: Loading a dia file using java



On Mon, Jun 8, 2015 at 1:51 PM, Andrey Repin <anrdaemon freemail ru> 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]