Changeset 196 for src/wfs/wfs_describe.c
- Timestamp:
- 02/12/10 15:54:34 (2 years ago)
- Files:
-
- 1 modified
-
src/wfs/wfs_describe.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/wfs/wfs_describe.c
r121 r196 65 65 fprintf(o->output, " <xs:element name ='"); 66 66 buffer_flush(an->key, o->output); 67 fprintf(o->output, "' type='"); 68 fprintf(o->output, ows_psql_to_xsd(an->value)); 69 fprintf(o->output, "' "); 67 fprintf(o->output, "' type='%s' ", ows_psql_to_xsd(an->value)); 70 68 71 69 if (in_list(mandatory_prop, an->key))