zType == NULL)
> pszType=pszDefaultType;
---------------end diff-----
--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/gdal-dev-GDAL-GML-driver-and-xsd-schema-mapping-tp3742789p5023229.html
Sent from the GDAL - Dev mailing list archive at Nabble.
ing) and suggest implementing this in the xsd parser.
Line 264 (1.9.1) could be:
if (pszType == NULL) pszType = "xsd:string";
if (pszType != NULL)
{
..
Of course, the NULL check could then be removed.
Jan Heckman
--
View this message in context:
http://osgeo-org.1560.n6.nabble.co
Jukka,
>
> It is not totally clear for me to what extent GDAL GML driver is utilising
> the .xsd schema if it is present. I have an example where the schema
> obviously in not utilised or respected. In the schema the nationalCode
> element is defined as
>
>
>
Hi,
It is not totally clear for me to what extent GDAL GML driver is utilising the
.xsd schema if it is present. I have an example where the schema obviously in
not utilised or respected. In the schema the nationalCode element is defined as
-- De