]> granicus.if.org Git - docbook-dsssl/commitdiff
Added convenience for testing the stripped results (commented out for productio)
authorNorman Walsh <ndw@nwalsh.com>
Fri, 21 Apr 2006 14:37:19 +0000 (14:37 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 21 Apr 2006 14:37:19 +0000 (14:37 +0000)
xsl/html/docbook.xsl

index 80f161afda38856c52e96812ba085cfe517ca50a..d803f2902788d4af4f9c69dc798967f84420e5c7 100644 (file)
@@ -334,6 +334,16 @@ body { background-image: url('</xsl:text>
       <xsl:variable name="nons">
        <xsl:apply-templates mode="stripNS"/>
       </xsl:variable>
+      <!--
+      <xsl:message>Saving stripped document.</xsl:message>
+      <xsl:call-template name="write.chunk">
+       <xsl:with-param name="filename" select="'/tmp/stripped.xml'"/>
+       <xsl:with-param name="method" select="'xml'"/>
+       <xsl:with-param name="content">
+         <xsl:copy-of select="exsl:node-set($nons)"/>
+       </xsl:with-param>
+      </xsl:call-template>
+      -->
       <xsl:message>Processing stripped document.</xsl:message>
       <xsl:apply-templates select="exsl:node-set($nons)"/>
     </xsl:when>