X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fzoom.xml;h=041949af39b35b20b4b66414a97a4785e65ae217;hb=9773a01f6dae65e5f9c424b3f2bc7454b8270cfc;hp=ebf09ee897b6b63f494678f8ca559c82203f5014;hpb=57b3990d07f7ed994884bc61504eb5a1962526eb;p=yaz-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index ebf09ee..041949a 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -726,7 +726,7 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) The type is a string of the format: - form[; charset=from[,to]] + form[;charset=from[,to]][;format=v] where form specifies the format of the @@ -739,6 +739,12 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) If to is omitted UTF-8 is assumed. + The format argument controls whether record data should be XML + pretty-printed (post process operation). + It is enabled only if format value v is + 1 and the record content is XML well-formed. + + In addition, for certain types, the length len passed will be set to the size in bytes of the returned information.