Control attributes order for freemind serialization.

This commit is contained in:
Paulo Gustavo Veiga
2012-12-01 16:25:37 -03:00
parent f4f97d3112
commit 6c1188314b
40 changed files with 1812 additions and 1612 deletions

View File

@@ -0,0 +1,23 @@
<map version="0.9.0">
<node ID="ID_0" TEXT="Notes Support">
<richcontent TYPE="NOTE">
<html>
<head/>
<body>
<p>This is a HTML node. List of values List of values 2</p>
<p>This is bold</p>
</body>
</html>
</richcontent>
<node ID="ID_1" POSITION="right" TEXT="Child Node">
<richcontent TYPE="NOTE">
<html>
<head/>
<body>
<p>This is a simple note</p>
</body>
</html>
</richcontent>
</node>
</node>
</map>