Hi! 

 

In the writeMetadata()method of
DSPace141\src\org\dspace\app\itemexport.java, if the qualifier value is
changed from qualifier == null to qualifier="uri" or
qualifier="available", changes to the dublin core file (i.e.
dcv.qualifier) is not reflected. Please suggest how to make changes to
the qualifier values in the exported dublin core file through the
itemexport method. I was trying this out to eliminate the dublin core
handler field while exporting items from one instance to another
instance. 

 

 

                if (qualifier == null)

                {

                    qualifier = "none";

                }

 

                utf8 = ("  <dcvalue element=\"" + dcv.element + "\" "

                        + "qualifier=\"" + qualifier + "\">"

                        + Utils.addEntities(dcv.value) +
"</dcvalue>\n").getBytes("UTF-8");

 

 

 

Thanks,

Jayan

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to