On 5/6/16, Martin Landa <[email protected]> wrote: > Hi, > > 2016-05-06 15:59 GMT+02:00 Carlo Cormio <[email protected]>: >> ALso XML Copy Editor analysis provides the same error message: >> >> Error at line 17, column 26: not well-formed (invalid token) > > it seems to be here: > > <gisprompt age=""old" element="cell" prompt="raster";" /> > > the correct form is: > > <gisprompt age="old" element="cell" prompt="raster" />
Fixed in r68382. Two wrong ";" chars removed (I suppose a leftover from the related C syntax while this is Python). Carlo, please try again. Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
