]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove duplicate orgname template.
authorBob Stayton <bobs@sagehill.net>
Thu, 18 Jan 2007 07:21:41 +0000 (07:21 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 18 Jan 2007 07:21:41 +0000 (07:21 +0000)
Switch org templates to using inline.charseq which
handles simple.xlink.

xsl/fo/inline.xsl

index cada0ca95ff4f528c8072db804db0398301c4baa..981b971e97310e84aa95fa8c2360679e3eb63d6b 100644 (file)
   </xsl:for-each>
 </xsl:template>
 
-<xsl:template match="orgname">
-  <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
 <xsl:template match="uri">
   <xsl:call-template name="inline.monoseq"/>
 </xsl:template>
 <!-- ==================================================================== -->
 
 <xsl:template match="org">
-  <xsl:call-template name="simple.xlink">
-    <xsl:with-param name="content">
-      <xsl:apply-templates/>
-    </xsl:with-param>
-  </xsl:call-template>
+  <xsl:call-template name="inline.charseq"/>
 </xsl:template>
 
 <xsl:template match="orgname">
-  <xsl:call-template name="simple.xlink">
-    <xsl:with-param name="content">
-      <xsl:apply-templates/>
-    </xsl:with-param>
-  </xsl:call-template>
+  <xsl:call-template name="inline.charseq"/>
 </xsl:template>
 
 <xsl:template match="orgdiv">
-  <xsl:call-template name="simple.xlink">
-    <xsl:with-param name="content">
-      <xsl:apply-templates/>
-    </xsl:with-param>
-  </xsl:call-template>
+  <xsl:call-template name="inline.charseq"/>
 </xsl:template>
 
 <xsl:template match="affiliation">
-  <xsl:call-template name="simple.xlink">
-    <xsl:with-param name="content">
-      <xsl:apply-templates/>
-    </xsl:with-param>
-  </xsl:call-template>
+  <xsl:call-template name="inline.charseq"/>
 </xsl:template>
 
 <!-- ==================================================================== -->