Check for bf:Provider rather than bf:publication, bf:distribution,
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 9 Sep 2014 08:11:50 +0000 (10:11 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 9 Sep 2014 08:12:28 +0000 (10:12 +0200)
bf:production.. Seems like bf:Provider is always child of either
of these.

bibframe/xsl/fullDisplay.xsl

index 5aa635a..c6f3ebd 100644 (file)
@@ -34,7 +34,7 @@
              </td>
              <td/><td>
              <xsl:choose>
-               <xsl:when test="name(.) = 'bf:publication' or name(.) = 'bf:distribution' or name(.) = 'manufacture' or name(.) = 'production' or name(.) = 'provider'">
+               <xsl:when test="bf:Provider">
                  <xsl:for-each select=".//bf:providerRole">
                    <xsl:value-of select="."/><br/>
                  </xsl:for-each>