http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6334
--- Comment #9 from Frédéric Demians <[email protected]> 2011-05-13 08:36:49 UTC --- > > So I suggest to create a new Web Services syspref, something like > > OAI-PMH:IdentifierBase, and to use it in XSL rather than OPACBaseURL. > > I think this is what the OAI-PMH:archiveID is already used for? The > description of this syspref is "Identify records at this site with the > prefix ___" Intersting. Yes, you're correct, this syspref could be used. In fact, there are two identifiers: one in the <header> section of the response and another one in the Dublin Core record. The first one is generated by oai.pl script. That's what you're refering to. It's a valid identifier build based on OAI-PMH:archiveID syspref. The second one is generated by the XSL. If we want consistency, we must modify XSL to construct the same identifier. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
