#1165: Import / dublin-core / Some dct elements are removed on import
---------------------+------------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: major | Milestone: v2.9.0
Component: General | Version: v2.8.0RC2
Keywords: |
---------------------+------------------------------------------------------
Import file (with generateUUID option):
{{{
<simpledc xmlns:dc="http://purl.org/dc/elements/1.1/" [^]
xmlns:dct="http://purl.org/d [^]
c/terms/">
<dc:title>Quality Information Document</dc:title>
<dct:alternative>http://catalogue.myocean.eu.org/static/resources/myocean/quid
/MYO_QUID-AR [^]
C-MFC-RA_V2_BIO.pdf</dct:alternative>
<dct:dateSubmitted>2012-02-28</dct:dateSubmitted>
<dc:type>publication</dc:type>
</simpledc>
}}}
Results:
{{{
<?xml version="1.0" encoding="UTF-8"?>
<simpledc xmlns:dc="http://purl.org/dc/elements/1.1/" [^]
xmlns:dct="http://purl.org/d [^]
c/terms/">
<dc:title>Quality Information Document</dc:title>
<dct:modified>2012-11-22T11:19:00</dct:modified>
<dc:type>publication</dc:type>
<dc:identifier>974f0cf8-5f4a-4588-8bfd-4036b4f5e4d4</dc:identifier>
</simpledc>
}}}
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1165>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.