]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug #1540539
authorNorman Walsh <ndw@nwalsh.com>
Fri, 18 Aug 2006 10:54:52 +0000 (10:54 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 18 Aug 2006 10:54:52 +0000 (10:54 +0000)
xsl/fo/sections.xsl

index 4abe2464076e6daecc3ec85cf9b78d5c2a50c212..f6a587a46fa119dcd1625ef6bb7682d4ed11ac7c 100644 (file)
 
 <xsl:template match="section[not(parent::*)]" name="section.page.sequence">
   <xsl:variable name="id">
-    <xsl:call-template name="object.id">
-      <xsl:with-param name="object" select="ancestor::reference"/>
-    </xsl:call-template>
+    <xsl:call-template name="object.id"/>
   </xsl:variable>
+
   <xsl:variable name="master-reference">
     <xsl:call-template name="select.pagemaster"/>
   </xsl:variable>