]> granicus.if.org Git - docbook-dsssl/commitdiff
Finish support for topic title element.
authorBob Stayton <bobs@sagehill.net>
Thu, 19 Apr 2012 10:42:32 +0000 (10:42 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 19 Apr 2012 10:42:32 +0000 (10:42 +0000)
xsl/fo/component.xsl

index 43b04e114f6d6633010d3193fbf2bfabe4782e7c..ed42ec99e0acdcf361b98482ae048d8358d22028 100644 (file)
     <xsl:attribute name="id"><xsl:value-of 
                         select="$id"/></xsl:attribute>
     <xsl:call-template name="topic.titlepage"/>
+
     <xsl:apply-templates/>
+
   </xsl:element>
 </xsl:template>
 
   </xsl:apply-templates> 
 </xsl:template>
 
+<xsl:template match="topic/info"></xsl:template>
+<xsl:template match="topic/title"></xsl:template>
+<xsl:template match="topic/subtitle"></xsl:template>
+<xsl:template match="topic/titleabbrev"></xsl:template>
+
 </xsl:stylesheet>