Difference between revisions of "EPrints OAI Stylesheet"

From EPrints Documentation
Jump to: navigation, search
Line 2: Line 2:
  
 
# Download the XSL source from https://svn.eprints.org/eprints/trunk/system/lib/static/oai2.xsl
 
# Download the XSL source from https://svn.eprints.org/eprints/trunk/system/lib/static/oai2.xsl
# Make oai.xsl accessible from somewhere on your OAI 2 server - browsers' same-origin policy require the xsl file to be hosted on the same server
+
# Make oai2.xsl accessible from somewhere on your OAI 2 server - browsers' same-origin policy require the xsl file to be hosted on the same server
 
# Add the stylesheet to your OAI 2 response:
 
# Add the stylesheet to your OAI 2 response:
  

Revision as of 13:07, 1 May 2012

To use the EPrints OAI stylesheet on another server:

  1. Download the XSL source from https://svn.eprints.org/eprints/trunk/system/lib/static/oai2.xsl
  2. Make oai2.xsl accessible from somewhere on your OAI 2 server - browsers' same-origin policy require the xsl file to be hosted on the same server
  3. Add the stylesheet to your OAI 2 response:
<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type='text/xsl' href='/oai2.xsl' ?>
<OAI-PMH  xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
   <responseDate>2011-12-15T18:11:46Z</responseDate>
   <request>http://eprints.soton.ac.uk/cgi/oai2</request>
   <error  code="badVerb">Requires verb argument</error>
</OAI-PMH>