Sharif Islam
Fri, 12 Dec 2008 10:12:14 -0800
Is it possible to separate out the xml output: one file for one recordHow do I find out the total number of records? I don't need to worry about filenames, it could be random.
use MARC::XML;
$x = MARC::XML->new("mymarc.mrc","usmarc");
$x->output({file=>">myxmlfile.xml",format=>"xml"});
$x->output({file=>">record1.xml",format=>"xml",records=>[1]});
$x->output({file=>">record2.xml",format=>"xml",records=>[2]});
.....
...
--sharif
--
Sharif Islam Research Programmer
Library IT University of Illinois Urbana-Champaign
http://www.library.uiuc.edu phone: (217) 244-7429