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
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to