|
Lines 203-210
sub new {
Link Here
|
| 203 |
) ); |
203 |
) ); |
| 204 |
$self->metadataFormat( HTTP::OAI::MetadataFormat->new( |
204 |
$self->metadataFormat( HTTP::OAI::MetadataFormat->new( |
| 205 |
metadataPrefix => 'marcxml', |
205 |
metadataPrefix => 'marcxml', |
| 206 |
schema => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd', |
206 |
schema => 'http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd', |
| 207 |
metadataNamespace => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim' |
207 |
metadataNamespace => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim' |
| 208 |
) ); |
208 |
) ); |
| 209 |
} |
209 |
} |
| 210 |
|
210 |
|
| 211 |
- |
|
|