Subject: | Open a .svp file |
I fixed some bugs regarding missed dashes infront of some Tk parameters
("background" and "side" for instance) and the application runs but when I
save a Schema to a file and try to open it I get errors:
'ARRAY(0x9228cac)' does not exist as a file and is not XML.
I tried to trace the problem and think it comes on row 401:
$data = $dump->xml2pl($tree);
or in the $parser->setHandlers() method on line 345.