Hello Mark, did you enable the display of the license in the dspace.cfg see ###### Web Interface Settings ######
# whether to display the contents of the licence bundle (often just the deposit # licence in standard DSpace installation webui.licence_bundle.show = false Per default it is turned off. Afaik the older xmlui versions (pre 1.6.0) did ignore this setting. Hope that helps Claudia Jürgen Am 20.10.2010 11:00, schrieb Mark Melia: > > > Hi all, > > I am also having this problem - I have amended DIM-Handler.xsl as > described below but the problem persists. Does anyone know of any other > factors that might cause this? > > Thanks for your help, > Mark > > > On Wed, Oct 13, 2010 at 11:27 AM, Debashree Pati<[email protected] > <mailto:[email protected]>> wrote: >> Hi Eric, >> >> This is a feature in*1.6*.2 -- the original*license* is for the submitter >> and need not be visible to public. So the DIM-Handler.xsl was modified to >> remove the*link* to original*license*. There was a recent post about this >> and below is the solution (if you want to revert to the old way) from >> Tonny Laursen. >> >> >> "I have now changed >> DIM-Handler.xsl. >> I have changed the lines from >> >> <xsl:apply-templates >> select="./mets:fileSec/mets:fileg...@use='CC-*LICENSE*']"/> >> >> TO >> >> <xsl:apply-templates >> select="./mets:fileSec/mets:fileg...@use='CC-LICENSE' or >> @USE='LICENSE']"/> >> >> And that seems to work :) >> >> Tonny" >> >> >> -Debashree >> OhioLINK >> >> >> >>> I'm in the process of migrating our 1.5.2 instance to 1.6.2 on a new >>> server. I imported the old dspace database to postgres, ran the >>> update script, then copied the assetstore to the new machine. >>> >>> Everything seems fine, except that "Original License" links no longer >>> appear on item-level pages, neither for existing items or new >>> submissions. In both cases, license.txt is still available if I >>> manually type the URL into the browser. How do I get the links back? >>> >>> I'm using XMLUI with the same theme on both machines. >>> >>> Eric >>> >>> ------------------------------------------------------------------------------ >>> >>> Beautiful is writing same markup. Internet Explorer 9 supports >>> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3. >>> Spend less time writing and rewriting code and more time creating great >>> experiences on the web. Be a part of the beta today. >>> http://p.sf.net/sfu/beautyoftheweb >>> _______________________________________________ >>> DSpace-tech mailing list >>> [email protected] >>> <mailto:[email protected]> >>> https://lists.sourceforge.net/lists/listinfo/dspace-tech >>> >> >> > > > > > ------------------------------------------------------------------------------ > Download new Adobe(R) Flash(R) Builder(TM) 4 > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > > > > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech -- Claudia Juergen Universitaetsbibliothek Dortmund Eldorado 0231/755-4043 https://eldorado.tu-dortmund.de/ ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

