On Fri, Sep 7, 2012 at 3:21 PM, Priya S <[email protected]> wrote: > Please find attached DryadItemSummary.xsl which I am using (I tried the file > from the link you sent too but nothing changed except the display of few > images).
Your theme doesn't work because you're selecting "RelatedIdentifier.RelatedIdentifierType" instead of "identifier.citation" on line 123. Other than that, that part looks the same as the default I found. <xsl:variable name="citation" select="$meta[@element='RelatedIdentifier'][@qualifier='RelatedIdentifierType']" /> > I have the setting, xmlui.theme.allowoverrides = false in dspace.cfg (I made > it true & tested by adding "?themepath=Move/" as you said but no change) > [Move is the theme dir] That is strange, I thought the default ought to work. Maybe I'm overlooking something, hopefully you can get another set of eyes to look at it. Meanwhile, try the change I suggested and don't forget to clear the Cocoon cache after you change the XSL. Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

