[ 
http://jira.dspace.org/jira/browse/DS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stuart Lewis resolved DS-333.
-----------------------------

    Resolution: Fixed

> Adjust SWORD ingest crosswalk to store bibliographic citation
> -------------------------------------------------------------
>
>                 Key: DS-333
>                 URL: http://jira.dspace.org/jira/browse/DS-333
>             Project: DSpace 1.x
>          Issue Type: Improvement
>          Components: SWORD
>    Affects Versions: 1.5.0, 1.5.1, 1.5.2
>            Reporter: Stuart Lewis
>            Assignee: Stuart Lewis
>            Priority: Minor
>             Fix For: 1.6.0
>
>
> SWORD deposits using the SWAP/mets packaging format do not process elements 
> marked as http://purl.org/eprint/terms/bibliographicCitation
> To fix, add the following lines to config/crosswalks/sword-swap-ingest.xsl:
>         <!-- bibliographic citation element: dc.identifier.citation -->
>         <xsl:if 
> test="./@epdcx:propertyURI='http://purl.org/eprint/terms/bibliographicCitation'">
>             <dim:field mdschema="dc" element="identifier" 
> qualifier="citation">
>                 <xsl:value-of select="epdcx:valueString"/>
>             </dim:field>
>         </xsl:if>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to