Re: [Dspace-tech] Access bitstream information from search results

2013-02-18 Thread emilio lorenzo
Hi, our tests are a bit more confusing... (1.8.2 and Mirage theme) in we are using this syntax: ?sections=dmdSec,fileSec&fileGrpTypes=ORIGINAL,THUMBNAIL,CC-LICENSE (NOTE: The Grp Type is ORIGINAL, not CONTENT) But in the template item-summary-list-DIM we need to specify mets:fileGrp[@

Re: [Dspace-tech] Access bitstream information from search results

2013-02-17 Thread Matthew Drover
Hi Andrea, I wanted to display which Collection an item was in from within in the search results. I looked at the mets and didn¹t see it at all, so I assume it¹s not available. Thanks -Matthew On 2013-02-17 5:08 PM, "Andrea Schweer" wrote: >Hi Matt, > > > On 16/02/13 03:18, Drover, Ma

Re: [Dspace-tech] Access bitstream information from search results

2013-02-17 Thread Andrea Schweer
Hi Matt, On 16/02/13 03:18, Drover, Matt wrote: > Andrea, that worked perfectly, thanks! Excellent :) > What sections would I need to include to read the collection the item is > in ? I can't think of a way for you to get this information in a similar manner -- if you look at the mets.xml of an

Re: [Dspace-tech] Access bitstream information from search results

2013-02-15 Thread Drover, Matt
Subject: Re: [Dspace-tech] Access bitstream information from search results Hi again, On 15/02/13 09:47, Andrea Schweer wrote: > Look at the comment in the generated HTML page. It will be something > like this: > > External Metadata URL: > cocoon://metadata/handle/12345678

Re: [Dspace-tech] Access bitstream information from search results

2013-02-14 Thread Andrea Schweer
Hi again, On 15/02/13 09:47, Andrea Schweer wrote: > Look at the comment in the generated HTML page. It will be something > like this: > > External Metadata URL: > cocoon://metadata/handle/123456789/1234/mets.xml?sections=dmdSec,fileSec&fileGrpTypes=THUMBNAIL > > > I can't find right now where t

Re: [Dspace-tech] Access bitstream information from search results

2013-02-14 Thread Andrea Schweer
Hi Matt, On 15/02/13 04:53, Drover, Matt wrote: > > Hi, I've tried that too. It really feels like that section of the mets > is not available. I've tested this in /search and /browse pages. > > Look at the comment in the generated HTML page. It will be something like this: External Metadata URL

Re: [Dspace-tech] Access bitstream information from search results

2013-02-14 Thread Brian Freels-Stendel
E]" to get all MIMEtypes. B-- From: Drover, Matt [mailto:mattdro...@mun.ca] Sent: Thursday, February 14, 2013 8:15 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Access bitstream information from search results I asked this question a few days ago, but it was too specific.

Re: [Dspace-tech] Access bitstream information from search results

2013-02-14 Thread Drover, Matt
select="//mets:fileGrp[@USE='CONTENT']/mets:file[@MIMETYPE]" to get all MIMEtypes. B-- From: Drover, Matt [mailto:mattdro...@mun.ca] Sent: Thursday, February 14, 2013 8:15 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Access bitstream informat

[Dspace-tech] Access bitstream information from search results

2013-02-14 Thread Drover, Matt
I asked this question a few days ago, but it was too specific. Hopfully this generialized version of my question might peek someones interest. I'm working in item-list.xsl, in this template I want to list the bitstream names In the results. For some reason, I cannot read the mets:fileGrp[@