Menu

#1226 Active Schema not possible to import

_FreeMind_0.9.0
open
nobody
5
2015-04-07
2015-04-03
relascope
No

using freemind 0.9.0 on Ubuntu 14.04
trying to develop using xerces-c

EXPECTED
generating a minimal xml-file that validates against the given XML schema should result in an successful opening of the file.

ACTUAL
freemind refuses the import
Error while parsing file:freemind.main.XMLParseException: XML Parse Exception during parsing of a map element at line 1: Expected: =

TBD
freemind should open XML Files that are valid through their schema

REPRODUCE
open the attached XML File (valid through Schema)

1 Attachments

Discussion

  • relascope

    relascope - 2015-04-03

    it is the <?xml version ....
    that prevents the import.

    for me, i can work through it with skipping it.
    Anyway it should be considered to change the implementation of freemind as well to prevent future inconveniences...

     
  • Christian Foltin

    Hi,

    you are right: a document starting with <?xml is not considered as valid. This is a shortcoming of the used XML-parser. Sorry for the inconvenience,

    Chris

     

Log in to post a comment.