Home
last modified time | relevance | path

Searched refs:schema_location_encoded (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapwfs.c1405 char *schema_location_encoded=NULL, *uri_encoded=NULL; in msWFSDescribeFeatureType() local
1408 schema_location_encoded = msEncodeHTMLEntities(namespaceList->namespaces[i].schemalocation); in msWFSDescribeFeatureType()
1409 …"\n <import namespace=\"%s\"\n schemaLocation=\"%s\" />\n", uri_encoded, schema_location_encoded); in msWFSDescribeFeatureType()
1411 msFree(schema_location_encoded); in msWFSDescribeFeatureType()