projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c862e6
)
Support for turbo marcxml
author
Dennis Schafroth
<dennis@indexdata.com>
Tue, 9 Mar 2010 12:49:27 +0000
(13:49 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Tue, 9 Mar 2010 12:49:27 +0000
(13:49 +0100)
src/zoom-c.c
patch
|
blob
|
history
diff --git
a/src/zoom-c.c
b/src/zoom-c.c
index
4a208b3
..
44a5646
100644
(file)
--- a/
src/zoom-c.c
+++ b/
src/zoom-c.c
@@
-2196,6
+2196,11
@@
ZOOM_API(const char *)
return get_record_format(rec, len, npr, YAZ_MARC_MARCXML, charset,
format);
}
+ else if (!strcmp(type, "txml"))
+ {
+ return get_record_format(rec, len, npr, YAZ_MARC_TMARCXML, charset,
+ format);
+ }
else if (!strcmp(type, "raw"))
{
return get_record_format(rec, len, npr, YAZ_MARC_ISO2709, charset,