|
Lines 46-53
sub new {
Link Here
|
| 46 |
) ); |
46 |
) ); |
| 47 |
$self->metadataFormat( HTTP::OAI::MetadataFormat->new( |
47 |
$self->metadataFormat( HTTP::OAI::MetadataFormat->new( |
| 48 |
metadataPrefix => 'marcxml', |
48 |
metadataPrefix => 'marcxml', |
| 49 |
schema => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd', |
49 |
schema => 'http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd', |
| 50 |
metadataNamespace => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim' |
50 |
metadataNamespace => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim' |
| 51 |
) ); |
51 |
) ); |
| 52 |
} |
52 |
} |
| 53 |
|
53 |
|
| 54 |
- |
|
|