- Timestamp:
- Aug 11, 2011, 3:23:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service_internal.c
r306 r307 1623 1623 else{ 1624 1624 if(strncmp(tmp2->value,"text/xml",8)==0 || 1625 strncmp(tmp2->value,"application/vnd.google-earth.kml",32) !=0){1625 strncmp(tmp2->value,"application/vnd.google-earth.kml",32)==0){ 1626 1626 xmlDocPtr doc = 1627 1627 xmlParseMemory(BAD_CAST toto->value,strlen(BAD_CAST toto->value));
Note: See TracChangeset
for help on using the changeset viewer.