]> granicus.if.org Git - docbook-dsssl/commitdiff
Support beginpage (does nothing; see TDG)
authorNorman Walsh <ndw@nwalsh.com>
Sat, 12 Apr 2003 21:27:14 +0000 (21:27 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 12 Apr 2003 21:27:14 +0000 (21:27 +0000)
xsl/fo/inline.xsl
xsl/html/inline.xsl

index f3b7bbc393c4886c55c8fbe1487fe697fc2a98b1..e234b99871d8cb0b742599e66564fff3a1819b03 100644 (file)
 
 <!-- ==================================================================== -->
 
+<xsl:template match="beginpage">
+  <!-- does nothing; this *is not* markup to force a page break. -->
+</xsl:template>
+
 </xsl:stylesheet>
 
index 32f5412d4a9a349e38669b641790bf2f10fd16f1..315d00b13f2b818ce03b41c278c850d5af02ff53 100644 (file)
 
 <!-- ==================================================================== -->
 
+<xsl:template match="beginpage">
+  <!-- does nothing; this *is not* markup to force a page break. -->
+</xsl:template>
+
 </xsl:stylesheet>