GFS example: set output_format
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 Jun 2010 09:26:07 +0000 (11:26 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 Jun 2010 09:26:07 +0000 (11:26 +0200)
ztest/gfs-example.c

index 6a4f446..6102bdf 100644 (file)
@@ -52,7 +52,8 @@ static int my_fetch(void *handle, bend_fetch_rr *r)
     {
         char buf[40];
         yaz_snprintf(buf, sizeof(buf), "<record>%d</record>\n", r->number);
     {
         char buf[40];
         yaz_snprintf(buf, sizeof(buf), "<record>%d</record>\n", r->number);
-        
+
+        r->output_format = odr_oiddup(r->stream, yaz_oid_recsyn_xml);
         r->record = odr_strdup(r->stream, buf);
         r->len = strlen(r->record);
     }
         r->record = odr_strdup(r->stream, buf);
         r->len = strlen(r->record);
     }