Howdy,
A big .leo file I haven't opened for some time throws:
reading: /home/ktenney/work/docubi/info.leo
error parsing /home/ktenney/work/docubi/info.leo
Traceback (most recent call last):
File "/home/ktenney/code/bzr/leo-editor/leo/src/leoFileCommands.py",
line 1235, in parse_leo_file
parser.parse(theFile) # expat does not support parseString
File "/usr/lib/python2.5/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/lib/python2.5/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/lib/python2.5/xml/sax/expatreader.py", line 211, in feed
self._err_handler.fatalError(exc)
File "/usr/lib/python2.5/xml/sax/handler.py", line 38, in fatalError
raise exception
SAXParseException: <unknown>:20476:52: not well-formed (invalid token)
menu already exists: Recent &Files
menu already exists: Recent &Files
menu already exists: Recent &Files
I have set sax in leoSettings.leo such that
g.es(c.config.getBool("use_sax_based_read"))
False
so I'm surprised by the SAXParseException
Is another @setting required?
In the leo-editor branch I did
bzr revert -r2
and the old version could open the file just fine.
Thanks,
Kent
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---