Attribute: Difference between revisions

From FreeMind
Jump to navigationJump to search
(+links to forums)
(+)
Line 11: Line 11:
<attribute VALUE="100" NAME="width"/>
<attribute VALUE="100" NAME="width"/>
</node>
</node>
</pre>
Storage of attribute registry in XML, an example:
<pre>
<attribute_registry>
<attribute_name NAME="name" RESTRICTED="true">
<attribute_value VALUE="Paul"/>
<attribute_value VALUE="Peter"/>
</attribute_name>
</attribute_registry>
</pre>
</pre>



Revision as of 10:12, 23 February 2009

FreeMind 0.9.0 features the option to assign user attributes to nodes.

Implementation

Storage in XML, an example:

<node TEXT="Hello">
<attribute VALUE="Node 1" NAME="name"/>
<attribute VALUE="100" NAME="width"/>
</node>

Storage of attribute registry in XML, an example:

<attribute_registry>
<attribute_name NAME="name" RESTRICTED="true">
<attribute_value VALUE="Paul"/>
<attribute_value VALUE="Peter"/>
</attribute_name>
</attribute_registry>

Forums

See also