I tried to replace "&" by "&" in the xml .gretl files and
it works well. But I tried to go one step behind and model this way in the original file:
ERR = kfilter(&kb)
But unfortunately it doesn't work!!!! Is that expected for you?
> On 01/10/2020 10:01 Sven Schreiber <svetosch(a)gmx.net> wrote:
>
>
> Am 01.10.20 um 10:40 schrieb Filipe Costa:
> > Glad to help uncover any bug Allin!
> >
> > I think I'm not able to install the update from git on Arch (eventually I
don't have the skill). Any workaround on the code that can make it work if the session
is saved and reopened later? You wrote about the unescaped "&" as being the
problem. What can I do there exactly?
>
> The .gretl session files are "just" a gzipped collection of XML files
> AFAIK. So unzip the myfile.gretl archive file to get a folder; inside
> that folder there should be a "model.1" file, and inside that file you
> have the problematic line with the unescape ampersand:
>
> ERR = kfilter(&kb)
>
> I _think_ it should be enough the replace the "&" with the
corresponding
> xml code: "&" (without the quotes). Then save the file and gzip
the
> whole previously extracted folder again into a .gretl archive file; try
> to reload with gretl.
>
> hth,
>
> sven
> _______________________________________________
> Gretl-users mailing list -- gretl-users(a)gretlml.univpm.it
> To unsubscribe send an email to gretl-users-leave(a)gretlml.univpm.it
> Website:
https://gretlml.univpm.it/postorius/lists/gretl-users.gretlml.univpm.it/