I am using dspace 1.5 and I am trying to get access to the download link of
the file in the DIM-handler.xsl file.  Basically I want to put the download
link in Javasrcript that is rendered in the full item view and the simple
item view.

I have done stuff like the following

<xsl:if test="dim:[EMAIL PROTECTED]'audio' and @qualifier='albumname']">
      <script type="text/javascript">
        var albums = "<xsl:for-each
select="dim:[EMAIL PROTECTED]'title'][not(@qualifier)]">
                                    <xsl:copy-of
select="./mets:[EMAIL PROTECTED]'LOGICAL']/mets:[EMAIL PROTECTED]'DSpace
Item']/mets:fptr/@FILEID" />
                             </xsl:for-each>"
      </script>
</xsl:if>

And it comes back blank.

Thanks
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to