On Fri, 15 Oct 2010, Summers, Peter wrote:
Update: I get the same error with a session that doesn't involve
edited plots - just a couple of multiple time-series graphs (ie,
separate small graphs).
The names of your graphs contain the XML-special characters '&'
and '<' and these are not being escaped correctly. We'll see about
fixing that. In the meantime if these session files are important
you can do:
unzip sessionname.gretl
Then open .sessionname/session.xml in a text editor and, in the
names of the graphs, replace '&' with "&" and '<'
with "<".
Then
zip -r sessionname.gretl .sessionname
to rebuild the session file.
Allin Cottrell