A theme gets a DRI with a line pointing to a METS file:

<reference repositoryID="123456789" type="DSpace Item"
url="/metadata/handle/123456789/87/mets.xml">

In this METS file there are lines pointing to the individual files of
the item - like this:

<mets:fileGrp USE="CONTENT">
<mets:file CHECKSUMTYPE="MD5" GROUPID="group_file_76" ID="file_76"
MIMETYPE="image/jpeg" SIZE="38707"
CHECKSUM="eec402f4471e43f0aad0a9836e110db8"><mets:FLocat LOCTYPE="URL"
xlink:title="p1.jpg" xlink:type="locator"
xlink:href="/xmlui/bitstream/handle/123456789/87/p1.jpg?sequence=20001&isAllowed=y"/>
</mets:file>

I can get the file using either one of:

/xmlui/bitstream/handle/123456789/87/p1.jpg?sequence=20001&isAllowed=y
/xmlui/bitstream/handle/123456789/87/p1.jpg?sequence=20001
/xmlui/bitstream/handle/123456789/87/p1.jpg

What is the meaning of:

"sequence=20001" and especially of
"isAllowed=y"

------------------------------------------------------------------------------
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