<html><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><META name="Author" content="Novell GroupWise WebAccess"><style type="text/css">
body p
{
        margin: 0px;
}
</style></head><body style='font-family: Helvetica, Arial, sans-serif; font-size: 13px; '><pre wrap="">Hi,
the Bielefeld Academic Search Engine (BASE) brought my attention to an
issue regarding the output of the oai-interface using a request of the
type ListRecords.
Within one record the setSpec elements were just shown for sets (e.g.
subjects) but not for custom_sets like driver defined in oai.pl or in
other configuration files.
With an addition of the following lines of code in
perl_lib/EPrints/OpenArchives.pm also these sets are shown in requests
of type ListRecords
OpenArchives.pm
after line 146 ( at the end of the if( EPrints::Utils::is_set( $oai2 ) )
-statement )
                $viewconf = $session->config( "oai","custom_sets" );
        foreach my $info ( @{$viewconf} )
        {
$header->appendChild( $session->render_data_element(
                                                6,
                                                "setSpec",
                                                $info->{spec} ) );
                }
Best,
Gernot<br><br></pre><br/><div style='clear: both;'><HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16457"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>Dr. Gernot Deinzer</DIV>
<DIV> </DIV>
<DIV>Universitätsbibliothek Regensburg<BR>Open Access Beauftragter</DIV>
<DIV>Fachreferate Mathematik, Physik und Informatik</DIV>
<DIV> </DIV>
<DIV>Raum: M202<BR>Tel.: 0941 / 943-2759<BR>E-Mail: <A href="mailto:gernot.deinzer@bibliothek.ur.de">gernot.deinzer@bibliothek.ur.de</A> </DIV>
<DIV> </DIV>
<DIV>pgp-public-key<BR><A href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x279777EF">http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x279777EF</A> </DIV>
<DIV> </DIV>
<DIV><BR> </DIV></BODY></HTML></div><br/></body></html>