Hi Kevin,

On 08/03/14 03:22, Evans, Kevin wrote:

Thanks for the info. I think it is the page <pagetitle> element.


Oops, of course -- I hadn't spotted the "page title" in the subject :)

Yes, just change this line:
<xsl:copy-of select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='title']/node()"/>
to
<xsl:copy-of select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='title' and not(@qualifier)]/node()"/>
in your template.xsl file (line 300 of the version currently live on the ORE production server) and you should be set.

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to