Control attributes order for freemind serialization.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<map version="0.9.0">
|
||||
<node TEXT="This is the root node" ID="ID_0">
|
||||
<node TEXT="Child Level 1 Right 1" POSITION="right" ID="ID_1"/>
|
||||
<node TEXT="Child Level 1 Left 1" POSITION="left" ID="ID_2">
|
||||
<node TEXT="Child Level 2 Left 11" POSITION="left" ID="ID_3"/>
|
||||
<node TEXT="Child Level 2 Left 12" POSITION="left" ID="ID_4"/>
|
||||
<node ID="ID_0" TEXT="This is the root node">
|
||||
<node ID="ID_1" POSITION="right" TEXT="Child Level 1 Right 1"/>
|
||||
<node ID="ID_2" POSITION="left" TEXT="Child Level 1 Left 1">
|
||||
<node ID="ID_3" POSITION="left" TEXT="Child Level 2 Left 11"/>
|
||||
<node ID="ID_4" POSITION="left" TEXT="Child Level 2 Left 12"/>
|
||||
</node>
|
||||
<node TEXT="Child Level 1 Right 2" POSITION="right" ID="ID_5"/>
|
||||
<node TEXT="Child Level 1 Left 2" POSITION="left" ID="ID_6">
|
||||
<node TEXT="Child Level 2 Left 21 " POSITION="left" ID="ID_7"/>
|
||||
<node TEXT="Child Level 2 Left 22" POSITION="left" ID="ID_8"/>
|
||||
<node ID="ID_5" POSITION="right" TEXT="Child Level 1 Right 2"/>
|
||||
<node ID="ID_6" POSITION="left" TEXT="Child Level 1 Left 2">
|
||||
<node ID="ID_7" POSITION="left" TEXT="Child Level 2 Left 21 "/>
|
||||
<node ID="ID_8" POSITION="left" TEXT="Child Level 2 Left 22"/>
|
||||
</node>
|
||||
</node>
|
||||
</map>
|
||||
Reference in New Issue
Block a user