Freemind DTD or XSD anybody? Or even doc?
A premier mind-mapping software written in Java
Brought to you by:
christianfoltin,
danielpolansky
I've looked all over and cannot find a simple and straightforward explanation of the XML format for the mm files.
I'm interested in this because I am thinking of writing an export/import module for the Drupal CMS taxonomies - and of course would like to know what the format will be.
I have looked at a lot of discussions in the forums, but can't find anything other than references to XSLT transforms - as far as I can see these don't have any reliable control in the form of DTD or XSD.
I'ld be very grateful if someone could point me in the direction of an appropriate document.
Hi,
let me invite you to write a schema. It should be easy.
Chris
http://freemind.sourceforge.net/wiki/index.php/Development#FreeMind.27s_xml_data_format_.28.mm.29
one line
I just wrote a minimal DTD, based on a very simple MM I did.
Obviously it doesn't include everything, because I haven't exercised FM enough to see everything it can do yet.
By wading through a demo MM and documenting every possible attribbute value, you could produce a full DTD. I'll keep mine updated as I produce more MMs.
http://silmaril.ie/dtds/mm.dtd
any progress on this topic?