Hi Sharif,
On Tue, Apr 20, 2010 at 12:08 PM, Sharif Islam wrote:
> Hi,
>
> Has anyone used the XML::XSLT module to convert onix data to marc.
>
> I tried using the xsl from the loc:
> http://www.loc.gov/standards/marcxml/xslt/ONIX2MARC21slim.xsl
>
> #!/usr/bin/perl
> use strict;
> use XML::XSLT ;
Hi,
Has anyone used the XML::XSLT module to convert onix data to marc.
I tried using the xsl from the loc:
http://www.loc.gov/standards/marcxml/xslt/ONIX2MARC21slim.xsl
#!/usr/bin/perl
use strict;
use XML::XSLT ;
my $xmlFilename = "onix.xml" ;
my $xslFilename = "ONIX2MARC21slim.xsl" ;
my $xs