GeoGebra

Geogebra.xml

Jump to: navigation, search

The geogebra.xml file describes a GeoGebra construction and properties of the GeoGebra window. This xml file is encoded in UTF-8. It is a part of the GeoGebra XML Format, version of GeoGebra format used is specified as an attribute in the <geogebra> tag. Format of geogebra.xml (version 3.2 or higher) is described by XML schema document [1]. For further details you may see human-readable form of this specification.


File structure

<?xml version="1.0" encoding="utf-8"?>      
 <geogebra format="3.2">
    <gui>
        ...                  
    </gui>
    <euclidianView>
        ...                  
    </euclidianView>   
    <spreadsheetView>
        ...                  
    </spreadsheetView>
    <casView>
        ...                  
    </casView>
    <casSession>
        ...
    </casSession>
    <kernel>
        ...                 
    </kernel>
    <construction>              
       ...                 
    </construction>
 </geogebra>
</xml>