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

#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&&lt;/value&gt;
</parameter>
[...]

}}}

xml parser error example:

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

}}}

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

#3147: d.wms entry in workspace file is not well formed
--------------------------+----------------------------
  Reporter: kuszinger | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.0
Component: Default | Version: svn-trunk
Resolution: | Keywords: workspace, xml
       CPU: Unspecified | Platform: Unspecified
--------------------------+----------------------------
Changes (by martinl):

* milestone: 7.4.0 => 7.2.0

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3147#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>

#3147: d.wms entry in workspace file is not well formed
--------------------------+----------------------------
  Reporter: kuszinger | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.0
Component: Default | Version: svn-trunk
Resolution: | Keywords: workspace, xml
       CPU: Unspecified | Platform: Unspecified
--------------------------+----------------------------

Comment (by annakrat):

In [changeset:"69445" 69445]:
{{{
#!CommitTicketReference repository="" revision="69445"
wxGUI: escape ampersand when writing d.wms into workspace, see #3147
}}}

--
Ticket URL: </ticket/3147#comment:2>
GRASS GIS <https://grass.osgeo.org>

#3147: d.wms entry in workspace file is not well formed
--------------------------+----------------------------
  Reporter: kuszinger | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.0
Component: Default | Version: svn-trunk
Resolution: | Keywords: workspace, xml
       CPU: Unspecified | Platform: Unspecified
--------------------------+----------------------------

Comment (by annakrat):

In [changeset:"69446" 69446]:
{{{
#!CommitTicketReference repository="" revision="69446"
wxGUI: escape ampersand when writing d.wms into workspace, see #3147
(merge from trunk, r69445)
}}}

--
Ticket URL: </ticket/3147#comment:3>
GRASS GIS <https://grass.osgeo.org>

#3147: d.wms entry in workspace file is not well formed
--------------------------+----------------------------
  Reporter: kuszinger | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.0
Component: Default | Version: svn-trunk
Resolution: | Keywords: workspace, xml
       CPU: Unspecified | Platform: Unspecified
--------------------------+----------------------------

Comment (by annakrat):

In [changeset:"69447" 69447]:
{{{
#!CommitTicketReference repository="" revision="69447"
wxGUI: escape ampersand when writing d.wms into workspace, see #3147
(merge from trunk, r69445)
}}}

--
Ticket URL: </ticket/3147#comment:4>
GRASS GIS <https://grass.osgeo.org>

#3147: d.wms entry in workspace file is not well formed
--------------------------+----------------------------
  Reporter: kuszinger | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.5
Component: Default | Version: svn-trunk
Resolution: fixed | Keywords: workspace, xml
       CPU: Unspecified | Platform: Unspecified
--------------------------+----------------------------
Changes (by annakrat):

* status: new => closed
* resolution: => fixed
* milestone: 7.2.0 => 7.0.5

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3147#comment:5&gt;
GRASS GIS <https://grass.osgeo.org>