]> granicus.if.org Git - docbook-dsssl/commitdiff
Reverted revision 7671 in order to prevent orgname from being mixed into
authorMauritz Jeanson <mj@johanneberg.com>
Sat, 10 Jan 2009 12:05:42 +0000 (12:05 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Sat, 10 Jan 2009 12:05:42 +0000 (12:05 +0000)
person names. The bug has been reported twice: #2000787 and #2082455.

xsl/common/common.xsl

index 09c9d206f14c7ad4108346b46dc7a2fa7abc9b8a..f1dba47a1e980da6ca5b7a1e6e86815b13f7a9db 100644 (file)
@@ -574,14 +574,6 @@ Defaults to the context node.</para>
     <xsl:apply-templates select="$node//othername[1]"/>
   </xsl:if>
 
-  <xsl:if test="$node//orgname">
-    <xsl:if test="$node//honorific or $node//firstname
-                  or ($node//othername and $author.othername.in.middle != 0)">
-      <xsl:text> </xsl:text>
-    </xsl:if>
-    <xsl:apply-templates select="$node//orgname[1]"/>
-  </xsl:if>
-
   <xsl:if test="$node//surname">
     <xsl:if test="$node//honorific or $node//firstname
                   or ($node//othername and $author.othername.in.middle != 0)">