[gdal-dev] WCS driver
Even Rouault
even.rouault at spatialys.com
Tue Oct 24 02:45:30 PDT 2017
> Is there any reason not to switch to libxml2 from minixml?
>
> I see only GMLAS driver uses libxml2 currently
Ah, yes indirectly when it validates the data/gmlasconf.xml file against data/gmlasconf.xsd,
since CPLValidateXML() uses libxml2 underneath to do that (it could actually have an
alternate implementation using Xerces-C validation functionnalities.)
> , and maybe OGR VRT.
Same thing, OGR VRT, optionnaly, uses libxml2 to validate the .vrt file against its schema.
But minixml functionnality should be enough for WCS purposes, and libxml2 and Xerces-C
remain optional dependencies.
Even
--
Spatialys - Geospatial professional services
http://www.spatialys.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20171024/0cf4367d/attachment.html>
More information about the gdal-dev
mailing list