]> granicus.if.org Git - docbook-dsssl/commitdiff
Added root-element template match to slides fo/plain.xsl
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 5 Apr 2006 11:16:32 +0000 (11:16 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 5 Apr 2006 11:16:32 +0000 (11:16 +0000)
stylesheet. The lack of it was causing the root match from the
VERSIOn file to get picked up, which in turn prevented any output
from being generated at all.

slides/xsl/fo/plain.xsl

index 69cedc8055765596401fa97bbfb2a08b3405b0f3..64da3ed347f10e718d28914eacc78be56c9ca0ea 100644 (file)
 
 <!-- ============================================================ -->
 
+<xsl:template match="/">
+  <xsl:apply-templates/>
+</xsl:template>
+
+<!-- ============================================================ -->
+
 <xsl:param name="page.margin.top" select="'0.25in'"/>
 <xsl:param name="region.before.extent" select="'0.75in'"/>
 <xsl:param name="body.margin.top" select="'1in'"/>