Re: tuxsee creates dia xml data from dot graph data



Hello! As I can see, there is no public/official documentation. I was in the same situation, and only reverce-engineering saved me. Look into project "Dia-XML API" for results of that work - https://v2.pikacode.com/tachikoma/diaxml_api . It is Java classes that uses "Simple XML" framework, to parce and create DIA-xml-files. So, if your program is Java-based - you can use it in conditions of GPL v2. In other case... Of cause, it is not a direct structure description - but you can understand many features of dia-xml format, and recreate this api in any programing lang you like.
In general, all objects are stored in <object> tags with <attribute> in side it.
But the set of attribute, you can find in file is not fixed, and depends on with properties youa have shanged.
You are always welcomed for questions )

2017-12-02 2:52 GMT+03:00 Tjibbe Lefering <mooigraph gmail com>:
Hello,

Tuxsee (mooigraph) is a GNU GPL graph layout program
for use with dot graph data and it can generate dia xml.

https://sourceforge.net/projects/mooigraph/

Tuxsee is in development and this works for easy dot
data to layout and export to dia to edit the drawing
with the dia program, maybe interesting for some data.

Dia has good drawing and editing features. The xml data
is created looking at the xml and reading dia source
but for more complex dia xml data is there something
documented how the xml data should look like?

Regards.

_______________________________________________
dia-list mailing list
dia-list gnome org
https://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia





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