render_render: Change spec for base64 record embedding
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 19 Jun 2012 10:33:42 +0000 (12:33 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 19 Jun 2012 10:33:42 +0000 (12:33 +0200)
commit95a76bd311b56586f2f3e9bb6e2e2a6c3f2dbce4
treecb9828d4b0164c4326cf5aab119188a7723c54c0
parentb55bad569eb7255378533de9f46ced29c4a9d281
render_render: Change spec for base64 record embedding

Syntax is now base64=x-path .. part of record_render. For example,
to produce embedded Turbomarc that comes in marc-8 encoding (usmarc
typically), you could use: txml; charset=marc-8; base64=myxpath .
include/yaz/record_render.h
src/record_render.c
test/test_embed_record.c