Hello Altaf, since DSpace 1.6.0 there is an option to hide metadata from exposure via this configuration parameter for the UI and OAI prefix oai_dc:
##### Hide Item Metadata Fields ##### # Fields named here are hidden in the following places UNLESS the # logged-in user is an Administrator: # 1. XMLUI metadata XML view, and Item splash pages (long and short views). # 2. JSPUI Item splash pages # 3. OAI-PMH server, "oai_dc" format. # (NOTE: Other formats are _not_ affected.) # To designate a field as hidden, add a property here in the form: # metadata.hide.SCHEMA.ELEMENT.QUALIFIER = true # # This default configuration hides the dc.description.provenance field, # since that usually contains email addresses which ought to be kept # private and is mainly of interest to administrators: metadata.hide.dc.description.provenance = true Per default only dc.description.provenance is hidden. Hope that helps Claudia Jürgen Am 13.10.2010 10:10, schrieb Altaf Mahmud: > Dear community, > > I am harvesting metadata from DSpace to VuFind. Metadata being harvested > from this url: > http://dspace.bracu.ac.bd/oai/request?verb=ListRecords&metadataPrefix=oai_dc. > A snippet of a particular record is like this: > > <metadata> > - > <oai_dc:dc xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ > http://www.openarchives.org/OAI/2.0/oai_dc.xsd"> > - > <dc:title> > An internee report on general banking of prime bank Ltd under islamic mode > </dc:title> > <dc:creator>Farook, Imran</dc:creator> > <dc:publisher>BRAC Bussiness school, BRAC University</dc:publisher> > <dc:date>2010-08-30T05:11:42Z</dc:date> > <dc:date>2010-08-30T05:11:42Z</dc:date> > <dc:date>2007-08-16</dc:date> > <dc:type>Other</dc:type> > *<dc:identifier>ID:03204053</dc:identifier> > <dc:identifier>http://hdl.handle.net/10361/16</dc:identifier>* > <dc:language>en</dc:language> > </oai_dc:dc> > </metadata> > > Here I have two identifiers (in bold text). In 'show full item record' buton > of DSpace, first one is actually *dc.identifier.other* which was given input > as a student's ID, and second one is *dc.identifier.uri *that is generated > by DSpace according to handle prefix. Now I want to move *dc:identifier.uri > *up so it can show up first. Actualy, my VuFind harvester collecting the > first one only. I need to if there is any option to rearrange the metadata > order, otherwise I 've to go through VuFind tools. > > Thank you. > > > > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > > > > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech -- Claudia Juergen Universitaetsbibliothek Dortmund Eldorado 0231/755-4043 https://eldorado.tu-dortmund.de/ ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

