[mapserver-commits] r8487 - trunk/docs/development/rfc
svn at osgeo.org
svn at osgeo.org
Mon Feb 2 15:01:42 EST 2009
Author: aboudreault
Date: 2009-02-02 15:01:42 -0500 (Mon, 02 Feb 2009)
New Revision: 8487
Modified:
trunk/docs/development/rfc/ms-rfc-51.txt
Log:
simple modifications to the rfc-51 document
Modified: trunk/docs/development/rfc/ms-rfc-51.txt
===================================================================
--- trunk/docs/development/rfc/ms-rfc-51.txt 2009-02-02 17:08:10 UTC (rev 8486)
+++ trunk/docs/development/rfc/ms-rfc-51.txt 2009-02-02 20:01:42 UTC (rev 8487)
@@ -25,8 +25,8 @@
Technical Solution
------------------------------------------------------------------------------
-The main work is to write a XML Mapfile Schema to have a strict XML syntax
-tha will provide a strong validation and to code a new parser for the XML
+The main task is to write a XML Mapfile Schema to have a strict XML syntax
+that will provide a strong validation and to code a new parser for the XML
encoding as an alternative to the current mapfiles format. It will use a
similar C API as the traditionnal. The Cubewerx's CWXML library
(http://www.cubewerx.com/main/cwxml/) will be used for the new parser.
@@ -54,15 +54,14 @@
almost the same, only the XML syntax will be different.
Secondly, the XML Parser needs to support XML mapfiles as well as BXML
-mapfiles. This part should not be so difficult... keeping in mind that
-CWXML is supposed to have a similar API for both.
+mapfiles. This part should be transparent with the CWXML library.
C API Changes
------------------------------------------------------------------------------
-The major changes will be in the new file "mapfilexml.c" that contains the
-new parser. A few minor changes will be needed to determine which parser to
-use in the msLoadMap() method.
+Most of the changes will be in the new file "mapfilexml.c" that
+contains the new parser. A few minor changes will be needed to determine
+which parser to use in the msLoadMap() method.
- mapserv.c
- mapfilexml.c (new file)
@@ -143,4 +142,4 @@
Bug ID
--------------------------------------------------------------------------------
-Not assigned.
+http://trac.osgeo.org/mapserver/ticket/2872
More information about the mapserver-commits
mailing list