[gdal-dev] OGR Virtual Format: ERROR 1: Line 6: Didn't find element token after open angle bracket.
Even Rouault
even.rouault at spatialys.com
Wed Jul 1 13:05:18 PDT 2015
> <SrcSQL>SELECT * FROM gbif_gisinput WHERE (decimallongitude >= 0) AND
> (decimallongitude <= 360)</SrcSQL>
Helmut,
This is invalid XML. > and < characters as text must be escaped. So should be:
<SrcSQL>SELECT * FROM gbif_gisinput WHERE (decimallongitude >= 0) AND
(decimallongitude <= 360)</SrcSQL>
Even
--
Spatialys - Geospatial professional services
http://www.spatialys.com
More information about the gdal-dev
mailing list