Welcome to yEd Q&A! Here you can ask questions and receive answers from other members of the community. And, you can also tell us your most wanted feature requests.

Export from Freemind to yEd - simple XSL

+1 vote

Regarding my feature request for this export I found one step more. It could be easily done with an XSLT which creates a simple CSV which can be imported to yEd via the Excel-Import.

 

This is my XML-code:

Code:
<map version="0.9.0">
<!-- To view this file, download free mind mapping software FreeMind from http://freemind.sourceforge.net  -->
<node CREATED="1327478699125" ID="ID_1202573115" MODIFIED="1327478699125" TEXT="Start">
<node CREATED="1327478715593" ID="ID_1274856431" MODIFIED="1327478717437" POSITION="right" TEXT="a">
<node CREATED="1327478748546" ID="ID_1587295463" MODIFIED="1327478749515" TEXT="4"/>
</node>
<node CREATED="1327478718296" ID="ID_325575686" MODIFIED="1327478718906" POSITION="right" TEXT="b"/>
<node CREATED="1327478719687" ID="ID_1032928779" MODIFIED="1327478720500" POSITION="right" TEXT="c">
<node CREATED="1327478734953" ID="ID_349051169" MODIFIED="1327478736734" TEXT="1"/>
<node CREATED="1327478737500" ID="ID_1200348443" MODIFIED="1327478739046" TEXT="2"/>
<node CREATED="1327478742234" ID="ID_1104719965" MODIFIED="1327478743765" TEXT="3"/>
</node>
</node>
</map>


This should be the result - a CSV-table with a Node-Ancestor-data for each node:

Code:

Node, Ancestor
Start,-
a, Start
b, Start
c, Start
4, a
1, c
2, c
3, c


Who can help?

Thanks

Peter

asked 4 weeks ago in Help by Peter2 (330 points)

1 Answer

0 votes

Both of the following converters seem to be promising but additional changes to the resulting file may be required:

answered 3 weeks ago by michael [yWorks] (9,810 points)
Thanks for the info, but on base of my zero-level-knowledge I just spent some hours with try&Error&Error and start reading books for Dummies and so to modify this template.

At the moment I don't have a solution.

Related questions

+1 vote
0 answers
asked 1 month ago in Feature Requests by Peter2 (330 points)
0 votes
1 answer
asked 3 months ago in Help by anonymous
0 votes
1 answer
asked 3 months ago in Help by anonymous
0 votes
1 answer