]> granicus.if.org Git - docbook-dsssl/commitdiff
Turn off the NS4, IE5, and multiframe options by default
authorNorman Walsh <ndw@nwalsh.com>
Sun, 15 Apr 2001 22:12:25 +0000 (22:12 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 15 Apr 2001 22:12:25 +0000 (22:12 +0000)
slides/xsl/frames.xsl

index 4a111befd1acc94b0531de360a367e7138ce04df..e70285e2bd65dc4c751b282fae2fd258647909f3 100644 (file)
@@ -6,6 +6,10 @@
 
 <xsl:param name="titlefoil.html" select="'titlefoil.html'"/>
 
+<xsl:param name="ns4" select="0"/>
+<xsl:param name="ie5" select="0"/>
+<xsl:param name="multiframe" select="0"/>
+
 <xsl:template match="slides">
   <xsl:variable name="title">
     <xsl:choose>