Hello Shane, With ought testing it looks like it will work the same as the Dublin core fields. Take a look at the following Mets output for a record with the field you want to display and replace the handle with your handle
http://dspace.lib.utexas.edu/metadata/handle/123456789/13805/mets.xml?show=full In our template we are checking the title like this... <xsl:when test="dim:fie...@element='title']"> <xsl:value-of select="dim:fie...@element='title'][1]/node()"/> </xsl:when> Notice mdschema="dc" is not being checked in test. You may want to specify what mdschema you are using for the field. Hope this helps Steve Williams Webmaster University of Texas Libraries University of Texas at Austin PCL 1.128 -----Original Message----- From: Shane Beers [mailto:[email protected]] Sent: Friday, August 14, 2009 12:12 PM To: Dspace Tech Subject: [Dspace-tech] Customized metadata display for non-dc elements I have been able to modify my template.xsl to display more dc elements than the default, but I am uncertain how to add metadata elements from other schemas. There are two additional schemas we use and I would like for some of the elements in those schemas to be displayed. Any tips? Thanks! Shane -- Shane Beers Digital Repository Services Librarian George Mason University [email protected] http://mars.gmu.edu 703-993-3742 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

