I want to change our QDC to a simpler view. Now schema is defined in every term 
separately, but I want to put new XML level, where schema is defined. Can 
anybody help where should I look at the code?

Our QDC output now, starting from metadata section:
http://dspace.cc.tut.fi/oai/request?verb=ListRecords&metadataPrefix=oai_dc

<metadata>
        <dc:contributor xsi:schemaLocation="http://purl.org/dc/terms/ 
http://dublincore.org/schemas/xmls/qdc/2006/01/06/dcterms.xsd 
http://purl.org/dc/elements/1.1/ 
http://dublincore.org/schemas/xmls/qdc/2006/01/06/dc.xsd"; 
xml:lang="en_US">Tampereen teknillinen korkeakoulu, Liikenne- ja 
kuljetustekniikan laitos</dc:contributor>
        <dc:creator xsi:schemaLocation="http://purl.org/dc/terms/ 
http://dublincore.org/schemas/xmls/qdc/2006/01/06/dcterms.xsd 
http://purl.org/dc/elements/1.1/ 
http://dublincore.org/schemas/xmls/qdc/2006/01/06/dc.xsd"; 
xml:lang="en_US">Kärki, Jutta-Leea</dc:creator>
        <dcterms:dateAccepted xsi:schemaLocation="http://purl.org/dc/terms/ 
http://dublincore.org/schemas/xmls/qdc/2006/01/06/dcterms.xsd 
http://purl.org/dc/elements/1.1/ 
http://dublincore.org/schemas/xmls/qdc/2006/01/06/dc.xsd"; 
xml:lang="">2009-07-10T12:23:53Z</dcterms:dateAccepted> 
... etc

What it should look like:
<metadata>
        <dcterms:qualifieddc xsi:schemaLocation="http://purl.org/dc/terms/ 
http://dublincore.org/schemas/xmls/qdc/2006/01/06/dcterms.xsd 
http://purl.org/dc/elements/1.1/ 
http://dublincore.org/schemas/xmls/qdc/2006/01/06/dc.xsd";>
                <dc:contributor xml:lang="fi">Helsingin yliopisto, 
biotieteellinen tiedekunta, bio- ja ympäristötieteiden laitos</dc:contributor>
                <dc:contributor xml:lang="en">University of Helsinki, Faculty 
of Biosciences, Department of Biological and Environmental 
Sciences</dc:contributor> 
...etc

-- Tapani

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to