Difference between revisions of "EPrints OAI Stylesheet"
(Created page with '==Usage== # Download the XSL source from https://svn.eprints.org/eprints/trunk/system/lib/static/oai.xsl # Make oai.xsl accessible from somewhere on your OAI 2 server - browsers…') |
|||
Line 1: | Line 1: | ||
==Usage== | ==Usage== | ||
− | # Download the XSL source from https://svn.eprints.org/eprints/trunk/system/lib/static/ | + | # 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 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 | ||
# Add the stylesheet to your OAI 2 response: | # Add the stylesheet to your OAI 2 response: |
Revision as of 08:56, 16 December 2011
Usage
- 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
- 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>