Hello,
 
I'm modifying the sample-crosswalk.DIM2DC to change the title value if this are
"xxx". I want to put in this case the name of the collection. For exemple, in
the following code I want to write "Collection Example Name" instead of "???".
 
<xsl:template match="dspace:field[@element ='title']">
 <xsl:element name="dc:title">
  <xsl:choose>
   <xsl:when test='contains("xxx", .)'> ??? </xsl:when>
   <xsl:otherwise><xsl:value-of select="text()"/></xsl:otherwise>
  </xsl:choose>
 </xsl:element>
</xsl:template>  
 
Is this possible? I can access to the name of the collection inside dim?
 
Thank's in advance!!
 
Ricard
------------------------------------------------------------------------------
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

Reply via email to