On Tue, Feb 8, 2011 at 13:55, Savage, Karen R. <[email protected]> wrote: > Thanks, that's the one. Now to brush up on my xsl so I can tell it to skip an > item. :)
I did a quick test for you. If you want to exclude e.g. dc.identifier.issn, replace the line <xsl:if test="not(@element='description' and @qualifier='provenance')"> with <xsl:if test="not(@element='description' and @qualifier='provenance') and not(@element='identifier' and @qualifier='issn')"> Then restart Tomcat. Regards, ~~helix84 ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

