[GRASS-dev] [GRASS GIS] #3147: d.wms entry in workspace file is not well formed

GRASS GIS trac at osgeo.org
Sat Sep 10 01:39:43 PDT 2016


#3147: d.wms entry in workspace file is not well formed
----------------------------+-------------------------
 Reporter:  kuszinger       |      Owner:  grass-dev@…
     Type:  defect          |     Status:  new
 Priority:  normal          |  Milestone:  7.4.0
Component:  Default         |    Version:  svn-trunk
 Keywords:  workspace, xml  |        CPU:  Unspecified
 Platform:  Unspecified     |
----------------------------+-------------------------
 Workspace file are XML files and standalone & character is bad.
 With strict xml parsers it raises error.

 In URL parameter, & should be & or ѐ

 workspace file exmaple line:


 {{{
 [...]
 <parameter name="url">
     <value>http://irs.gis-lab.info/?layers=landsat&</value>
 </parameter>
 [...]

 }}}

 xml parser error example:


 {{{
 xml.parsers.expat.ExpatError: not well-formed (invalid
 token)

 }}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/3147>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list