Control attributes order for freemind serialization.
This commit is contained in:
16
wise-webapp/src/test/resources/data/freemind/note.wxml
Normal file
16
wise-webapp/src/test/resources/data/freemind/note.wxml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map name="basic" version="tango">
|
||||
<topic central="true" id="0" position="0,0" shape="rounded rectagle">
|
||||
<text><![CDATA[Notes Support]]></text>
|
||||
<note>
|
||||
<text><![CDATA[This is a HTML node. List of values List of values 2
|
||||
This is bold]]></text>
|
||||
</note>
|
||||
<topic id="1" order="0" position="200,0" shape="line">
|
||||
<text><![CDATA[Child Node]]></text>
|
||||
<note>
|
||||
<text><![CDATA[This is a simple note]]></text>
|
||||
</note>
|
||||
</topic>
|
||||
</topic>
|
||||
</map>
|
Reference in New Issue
Block a user