File: README

package info (click to toggle)
libmarc-xml-perl 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 248 kB
  • sloc: xml: 1,162; perl: 350; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
MARC-XML
--------

MARC-XML is an extension to the MARC-Record distribution for working with 
XML data encoded using the MARC21slim XML schema from the Library of Congress.

For more details see: http://www.loc.gov/standards/marcxml/

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

- MARC::Record
- MARC::Charset
- XML::SAX

COPYRIGHT AND LICENCE

Copyright (C) 2003-2009 Ed Summers <ehs@pobox.net> and contributors

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.