Changeset 194
- Timestamp:
- 01/06/10 09:55:46 (2 years ago)
- Files:
-
- 1 modified
-
src/wfs/wfs_get_feature.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/wfs/wfs_get_feature.c
r192 r194 141 141 142 142 /* FIXME what about varchar or char postgreSQL type ? */ 143 } if (buffer_cmp(prop_type, "text")) {143 } else if (buffer_cmp(prop_type, "text")) { 144 144 value_encoded = buffer_encode_xml_entities(value); 145 145 fprintf(o->output, "%s", value_encoded->buf);