Merge changes from master to Aigrain publishing code - that will be used for new...
[librarian.git] / librarian / epub / xsltLast.xsl
index 5288443..f6802d8 100644 (file)
     </xsl:if>
   </xsl:template>
 
+  <xsl:template match="dc:contributor.editor|dc:contributor.technical_editor">
+      <br /><xsl:apply-templates mode='person' />
+  </xsl:template>
+
   <xsl:template match="text()" mode="person">
     <xsl:value-of select="wl:person_name(.)" />
   </xsl:template>