X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-marcdump-man.xml;h=dbc4060bfa4fb8250a7a96720bc07e385eb14fc6;hb=bd9c79c8a78ab881df8e2ba667b24021193151bc;hp=b0807a6bcb1aaf3e3518a4ccb0868b49c6733bcb;hpb=abc5fc91e4340a8afe42c80ad0baec86dbe76c3a;p=yaz-moved-to-github.git diff --git a/doc/yaz-marcdump-man.xml b/doc/yaz-marcdump-man.xml index b0807a6..dbc4060 100644 --- a/doc/yaz-marcdump-man.xml +++ b/doc/yaz-marcdump-man.xml @@ -79,7 +79,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 +90,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). @@ -191,6 +193,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 @@ -203,8 +215,22 @@ SEE ALSO - yaz(7) - yaz-iconv(1) + + yaz + 7 + + + + + yaz-iconv + 1 + + + + MARCXML. + + + ISO25577.