]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug where merge was not processed for a structure
authorBob Stayton <bobs@sagehill.net>
Wed, 12 Jun 2013 17:37:44 +0000 (17:37 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 12 Jun 2013 17:37:44 +0000 (17:37 +0000)
element without resourceref.

xsl/assembly/assemble.xsl

index 4f251934a359a4ee1af70a9782ad9905192af5a2..8f2fb162264a953973dca73c13e0dd13709509ec 100644 (file)
     </xsl:attribute>
     <xsl:copy-of select="@xml:id"/>
 
+    <xsl:call-template name="merge.info">
+      <xsl:with-param name="merge.element" select="d:merge"/>
+    </xsl:call-template>
+
     <xsl:apply-templates> 
       <xsl:with-param name="parent" select="$output.root.element"/>
     </xsl:apply-templates>