[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What next ?



On Tue, Jan 25, 2000 at 08:16:05PM +0800, Hilaire Fernandes wrote:
> In the next days, I will work on the "save session" feature in XML.
> In a XML file I will put figure and macro, this wil look like :
> 
> <drgenius>
> <drgeo name="fig1">
> ...
> </drgeo>
> <drgeo name="fig1">
> ...
> </drgeo>
> ...
> <macro name="mac1">
> ...
> </macro>
> <macro name="mac2">
> ...
> </macro>
> </drgenius>
> 
> each <drgeo> will open an MDI view.
> 
> 
> Under <drgenius> each top element is optional.  We can add <gel>
> <genius> <canvas> elements but the respective view should provide a
> method to xml-encode, so we can call it with a XML tree pointer as
> argument to save the data.

Well there should also be a "state" section (only one) which will save the
current state of the gel engine.  Such as the currently defined functions,
variables etc...

George