Control attributes order for freemind serialization.
This commit is contained in:
23
wise-webapp/src/test/resources/data/freemind/note.mmr
Normal file
23
wise-webapp/src/test/resources/data/freemind/note.mmr
Normal 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>
|
||||
Reference in New Issue
Block a user