Menu

#391 attribute_name attributes require specific order

_FreeMind_0.9.0
open
4
2009-04-23
2007-04-27
No

While developing a Python script to generate mm files, I found that a tag in the attribute registry such as:
<attribute_name NAME="Foo" VISIBLE="true">

works fine, but an attribute_name tag such as:
<attribute_name VISIBLE="true" NAME="Foo">

results in a java.util.NoSuchElementException.

AFAIK, attribute tag order doesn't matter in XML. I can't tell the xml.dom module to order attribute tags, so I am post-processing the mm files so they can load into Freemind.

I am using 9 Beta 9.

Thanks,

Barry

Discussion

  • Ryan

    Ryan - 2008-06-15
    • labels: --> Filter and Attributes
    • priority: 5 --> 4
    • assigned_to: nobody --> dpolivaev
     
  • Dimitry Polivaev

    • assigned_to: dpolivaev --> christianfoltin
     

Log in to post a comment.