Hi Dave, On 18/05/11 11:27, Walker, David wrote: > I need to add the citation field to the simple item display in Manakin. I > see that the DIM-Handler.xsl already includes the citation field at line 595: > > <xsl:when test="$clause = 3 and (dim:field[@element='identifier' and > @qualifier='citation'])"> > > But the field is not displaying. Is there something obvious I'm missing? > > http://sonoma-dspace.calstate.edu/xmlui/handle/10211.1/684
The record actually has a value for this field, so that's good. Have a look at the lines in DIM-Handler.xsl below the one you gave -- there should be no duplicate numbers in the 'test="$clause =' bits. Hope this helps, cheers, Andrea -- Andrea Schweer IRR Technical Specialist, ITS Information Systems The University of Waikato, Hamilton, New Zealand ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

