]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug #1537751 sidebar content not being included.
authorBob Stayton <bobs@sagehill.net>
Sun, 13 Aug 2006 21:47:34 +0000 (21:47 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 13 Aug 2006 21:47:34 +0000 (21:47 +0000)
xsl/fo/block.xsl

index 3c7ed56c398948c6a98b4e3081e75d9422e2194c..b712bb389c82478b8284d28022b9f7400240c2b9 100644 (file)
         <fo:block xsl:use-attribute-sets="sidebar.properties"
                  id="{$id}">
          <xsl:call-template name="sidebar.titlepage"/>
-          <xsl:apply-templates select="node()[not(title) and
-                                        not(sidebarinfo)]"/>
+          <xsl:apply-templates select="node()[not(self::title) and
+                                        not(self::sidebarinfo)]"/>
         </fo:block>
       </xsl:variable>