The idea behind SimpleDCDisseminationCrosswalk.java remains not clear, but 
there is workaround. One can use a crosswalk marcxml.xsl like this:

. . .
xmlns:marcxml="org.dspace.xoai.metadataFormats.MarcXML"
. . .
<xsl:template match="/">
    <xsl:value-of select="marcxml:format(.)"/>
</xsl:template>

Everything necessary can be done in the Java method.


On Thursday, March 2, 2017 at 3:28:30 PM UTC+2, Evgeni Dimitrov wrote:
>
> I have in every ingested item a mets.xml file with descriptive metadata in 
> MARC.
> I am looking at SimpleDCDisseminationCrosswalk.java
> I can code something similar, which will extract the MARC xml from the 
> mets file.
>
> I can not figure out what to do after that - how to describe in xoai.xml 
> one context with this single marcxml format - which is produced by my 
> MarcXMLDisseminationCrosswalk.java
>
> Could you help?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to