-# $Id: ZOOM.pm,v 1.40 2008-06-09 13:53:00 mike Exp $
+# $Id: ZOOM.pm,v 1.41 2008-06-17 10:30:52 mike Exp $
package Net::Z3950::ZOOM;
use strict;
use warnings;
-our $VERSION = '1.23';
+our $VERSION = '1.24';
require XSLoader;
XSLoader::load('Net::Z3950::ZOOM', $VERSION);
$newtype = "xml";
}
$val = record_get_binary($rec, $newtype);
+ $val = ("<opacRecord>\n <bibliographicRecord>\n" . $val .
+ " </bibliographicRecord>\n</opacRecord>");
+
}
return $val;
}