Next: , Previous: Angular units, Up: XML input data format for gama-local


2.2 Prologue

XML documents may, and should, begin with an XML declaration that specifies the version of XML being used (prolog). In the case of gama-local, the XML input data are followed by the XML document type declaration:

     <?xml version="1.0" ?>
     <!DOCTYPE gama-local
       SYSTEM "http://www.gnu.org/software/gama/gama-local.dtd">