[GRASS-SVN] r57930 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 3 16:10:04 PDT 2013


Author: martinl
Date: 2013-10-03 16:10:03 -0700 (Thu, 03 Oct 2013)
New Revision: 57930

Modified:
   grass/trunk/gui/wxpython/xml/grass-gxw.dtd
Log:
grass-gxw.dtd: add cwd tag info

Modified: grass/trunk/gui/wxpython/xml/grass-gxw.dtd
===================================================================
--- grass/trunk/gui/wxpython/xml/grass-gxw.dtd	2013-10-03 23:01:29 UTC (rev 57929)
+++ grass/trunk/gui/wxpython/xml/grass-gxw.dtd	2013-10-03 23:10:03 UTC (rev 57930)
@@ -21,10 +21,14 @@
 
 	element added 2008/04
 -->
-<!ELEMENT layer_manager ANY>
+<!ELEMENT layer_manager (cwd?)>
 <!-- window dimenstion (x, y (ur), width, heigth -->
 <!ATTLIST layer_manager  dim       CDATA   #IMPLIED>
 
+<!--    value of current working directory
+-->
+<!ELEMENT cwd         (#PCDATA)>
+
 <!--    a display element defines map layer connected to given
 	map display widnow
 



More information about the grass-commit mailing list