]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix ref to info; in V1 stylesheets, it's articleinfo
authorNorman Walsh <ndw@nwalsh.com>
Thu, 27 Oct 2005 15:46:25 +0000 (15:46 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 27 Oct 2005 15:46:25 +0000 (15:46 +0000)
docbook/relaxng/docbook/howto/stylesheets/fo.xsl
docbook/relaxng/docbook/howto/stylesheets/html.xsl

index 2042a228f87d8e43b959ab257c93371defbf6830..b717f43fccca32e45775c9e90148e1520f878ca4 100644 (file)
 
 <xsl:template name="article.titlepage">
   <fo:block text-align="left">
-    <xsl:apply-templates select="info" mode="howto-titlepage"/>
+    <xsl:apply-templates select="articleinfo" mode="howto-titlepage"/>
   </fo:block>
 </xsl:template>
 
-<xsl:template match="info" mode="howto-titlepage">
+<xsl:template match="articleinfo" mode="howto-titlepage">
   <xsl:apply-templates select="title" mode="howto-titlepage"/>
   <xsl:apply-templates select="subtitle" mode="howto-titlepage"/>
   <xsl:apply-templates select="pubdate[1]" mode="howto-titlepage"/>
index 63d97007172a65bba64e8c8d6bebb82ebff825f3..bd2d0d4b9feb7798275c087301245903215053e4 100644 (file)
 
 <xsl:template name="article.titlepage">
   <div class="titlepage">
-    <xsl:apply-templates select="info" mode="howto-titlepage"/>
+    <xsl:apply-templates select="articleinfo" mode="howto-titlepage"/>
     <hr/>
   </div>
 </xsl:template>
 
-<xsl:template match="info" mode="howto-titlepage">
+<xsl:template match="articleinfo" mode="howto-titlepage">
   <xsl:apply-templates select="title" mode="howto-titlepage"/>
   <xsl:apply-templates select="subtitle" mode="howto-titlepage"/>
   <xsl:apply-templates select="pubdate[1]" mode="howto-titlepage"/>