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

What next ?



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.

Hilaire