On Fri, Sep 7, 2012 at 7:35 PM, Priya S <[email protected]> wrote: > I am not trying [@element='citation'][@qualifier='article'] > > but I am not able to get this point in the dryad code under 'citation' as > mentioned in my earlier mail. This is where my code & the code from the link > differs at this moment.
OK, I see now. That code is http://code.google.com/p/dryad/source/browse/trunk/dryad/dspace/modules/xmlui/src/main/webapp/themes/Dryad/DryadItemSummary.xsl#124 Whereas the code I previously mentioned is at line 124. Honestly, I don't know why the theme tries to render a citation from 2 different metadata fields. (I've never worked with Dryad) So I don't know what each instance does, either. So I'm guessing. I see that in your file both lines contain [@element='RelatedIdentifier'][@qualifier='RelatedIdentifierType'], which you don't have. Try changing both those lines to [@element='identifier'][@qualifier='citation'], which is what you have in metadata. If that doesn't work, it would help to send me the link to your repository (preferably) or at least your DRI and METS documents for that item, from these URLs: /DRI/handle/10255/move.328 /metadata/handle/10255/move.328/mets.xml 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

