I started with DSpace four days ago and I am not sure how much
functionality to expect.
It is DSpace 4.0

I ingested a mets.xml and four pages and a thumbnail - with the METS
packager.
The mets file is attached.

First there was no ADMID attribute in the "fileGrp" and I was getting an
error message:
 "Invalid METS Manifest: file element without ID attribute."
Exactly as in Bug DSpace DS-1846

Then I added the attribute ADMID to the two filegroups. The ingest
succeeded.
And here comes something, which I wonder - is it the normal functionality
or is it a bug:

I see the item with a thumbnail and 4 bitstreems. I can "view" every
bitstreem (page) separately.

But I hoped that following the structMap, I will "view" the item as a whole
- with a kind of "content" on the left side and one "current" page on the
right side.

Could you tell me - was there something wrong with my second "successfull"
ingest - because of which I don't view the item as a whole? Or is this not
meant to happen?

And one more related question - in the code - around this error message I
saw a comment:
"find the ID of the primary or Logo bitstream in manifest"

What is considered as the "primary or Logo bitstream in manifest" ?

Thanks.
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<mets ID="DGB" OBJID="DGBO" TYPE="DSpace ITEM" PROFILE="DSpace METS SIP Profile 1.0" xmlns="http://www.loc.gov/METS/"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.loc.gov/METS/ http://www.loc.gov/standards/mets/mets.xsd";>
 <metsHdr CREATEDATE="2013-12-26T17:00:00">
  <agent ROLE="CUSTODIAN" TYPE="ORGANIZATION">
   <name>ED</name>
  </agent>
 </metsHdr>
 <dmdSec ID="dmdid_1">
  <mdWrap MDTYPE="MODS">
   <xmlData xmlns:mods="http://www.loc.gov/mods/v3"; xmlns:xlink="http://www.w3.org/1999/xlink"; xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd";><mods:mods xmlns:mods="http://www.loc.gov/mods/v3"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd";>
  <mods:name>
    <mods:role>
      <mods:roleTerm type="text">author</mods:roleTerm>
    </mods:role>
    <mods:namePart>AAAAAAA</mods:namePart>
  </mods:name>
  <mods:extension>
    <mods:dateAvailable encoding="iso8601">2013-12-26T01:00:00Z</mods:dateAvailable>
  </mods:extension>
  <mods:identifier>B13515185290367</mods:identifier>
  <mods:subject>
    <mods:topic>SSSSSSS1</mods:topic>
  </mods:subject>
  <mods:subject>
    <mods:topic>SSSSSSS2</mods:topic>
  </mods:subject>
  <mods:titleInfo>
    <mods:title>TTTTTTT</mods:title>
  </mods:titleInfo>
  <mods:genre>BOOK</mods:genre>
  </mods:mods></xmlData>
  </mdWrap>
 </dmdSec>

 <amdSec ID="amd_01">
 </amdSec>

 <amdSec ID="amd_02">
 </amdSec>
 
 <fileSec>
  <fileGrp USE="THUMBNAIL" ADMID="amd_01">
   <file SEQ="10001" ID="fid_10001" GROUPID="gid_10001" MIMETYPE="image/jpeg">
    <FLocat LOCTYPE="URL" xlink:href="t1.jpg"/>
   </file>
  </fileGrp>
  <fileGrp USE="CONTENT" ADMID="amd_02">
   <file SEQ="20001" ID="fid_20001" GROUPID="gid_20001" MIMETYPE="image/jpeg">
    <FLocat LOCTYPE="URL" xlink:href="p1.jpg"/>
   </file>
   <file SEQ="20002" ID="fid_20002" GROUPID="gid_20002" MIMETYPE="image/jpeg">
    <FLocat LOCTYPE="URL" xlink:href="p2.jpg"/>
   </file>
   <file SEQ="20003" ID="fid_20003" GROUPID="gid_20003" MIMETYPE="image/jpeg">
    <FLocat LOCTYPE="URL" xlink:href="p3.jpg"/>
   </file>
   <file SEQ="20004" ID="fid_20004" GROUPID="gid_20004" MIMETYPE="image/jpeg">
    <FLocat LOCTYPE="URL" xlink:href="p4.jpg"/>
   </file>
  </fileGrp>
 </fileSec>
 <structMap ID="struct_2" LABEL="structure" TYPE="LOGICAL">
  <div ID="div_10001" DMDID="dmdid_1" LABEL="TTTTTTT">
   <div ID="div_10002" LABEL="[p.1]">
    <fptr FILEID="fid_20001"/>
   </div>
   <div ID="div_10003" LABEL="[p.2]">
    <fptr FILEID="fid_20002"/>
   </div>
   <div ID="div_10004" LABEL="[p.3]">
    <fptr FILEID="fid_20003"/>
   </div>
   <div ID="div_10005" LABEL="[p.4]">
    <fptr FILEID="fid_20004"/>
   </div>
  </div>
 </structMap>
</mets>
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to