Hello

 

We are going to start an ItunesU site. We need to provide some RSS files in
wich Itunes can find all the contents of our site.

We have thought about using a DSpace as repository for this system.  In the
documentation we have seen the XSLT Crosswalk and we have find it very
interesting because we can translate from DIM to RSS Itunes format only with
an XSLT file.

We have created our XSLT file and we have setup an OAI Pluging so we can use
this crosswalk. The problem is that it add some headers and tags from the
OAI protocol that are not needed to our RSS. 

 

For example:

 

<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
<http://www.openarchives.org/OAI/2.0/%20http:/www.openarchives.org/OAI/2.0/O
AI-PMH.xsd> ">

<responseDate>2011-09-12T09:27:31Z</responseDate>

<request metadataPrefix="itunes" verb="ListRecords"
set="hdl_123456789_1">http://127.0.0.1:8080/oai/request
<http://127.0.0.1:8080/oai/request%3c/request> </request>

<ListRecords>

<record>

<header>

<identifier>oai:localhost:123456789/3</identifier>

<datestamp>2011-05-03T08:56:02Z</datestamp>

<setSpec>hdl_123456789_2</setSpec>

</header>

<metadata>

<rss xmlns:dim="http://www.dspace.org/xmlns/dspace/dim";
xmlns:itunes="http://www.itunes.com/dtds/podcast-

  <!—rss channel contentà

</rss>

</metadata>

</record>

</ListRecords>

</oai-pmh>

 

How can I get this RSS files from Dspace without the OAI headers?

 

 

 

Thank you very much.

 

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Dspace-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-general

Reply via email to