X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fyaz-marcdump-man.xml;h=5a66ea3e2d95d4b818453134c7b8685412a282e7;hp=51ebcfb0cb7c10ea50ba9d7a306fa2f602cf5845;hb=d9c0ce2694cbd7198c03b8e7d7c4e20a804f809f;hpb=d90c4c6db3c30cabdabed5abe139f0fe13eb7c24 diff --git a/doc/yaz-marcdump-man.xml b/doc/yaz-marcdump-man.xml index 51ebcfb..5a66ea3 100644 --- a/doc/yaz-marcdump-man.xml +++ b/doc/yaz-marcdump-man.xml @@ -1,5 +1,5 @@ - %local; @@ -12,10 +12,13 @@ YAZ &version; + Index Data + yaz-marcdump 1 + Commands @@ -79,7 +82,8 @@ Specifies input format. Must be one of marcxml, marc (ISO2709), marcxchange (ISO25577), - line (line mode MARC). + line (line mode MARC), + or turbomarc (Turbo MARC). @@ -89,7 +93,8 @@ Specifies output format. Must be one of marcxml, marc (ISO2709), marcxchange (ISO25577), - line (line mode MARC). + line (line mode MARC), + or turbomarc (Turbo MARC). @@ -121,7 +126,7 @@ pairs, where pos is an integer offset (0 - 23) for leader. Value is either a quoted string or an integer (character value in decimal). Pairs are comma separated. For example, to set leader at offset 9 - to a, use 9=a. + to a, use 9='a'. @@ -191,6 +196,16 @@ yaz-marcdump -f MARC-8 -t UTF-8 -o marcxml marc21.raw >marcxml.xml + + + Turbo MARC is a compact XML notation with same semantics as + MARCXML, but which allows for faster processing via XSLT. In order + to generate Turbo MARC records encoded in UTF-8 from MARC21 (ISO), one + could use: + + yaz-marcdump -f MARC8 -t UTF8 -o turbomarc -i marc marc21.raw >out.xml + + FILES