This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

some parameters ignored in chunk.xsl


Hello,

With XSL 1.50.0, xsltproc, and the following customization:

1) only index.html goes into html/ The rest is written in current directory
2) "chunk.quietly" is ignored

Is something missing?

Also, I'm wondering what the "using.chunker" parameter is for??

Camille.


---------------------------------------------

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version='1.0'
                 xmlns="http://www.w3.org/TR/xhtml1/transitional";
                 exclude-result-prefixes="#default">

   <xsl:import 
href="/usr/share/sgml/docbook/xsl-stylesheets/xhtml/chunk.xsl"/>

<xsl:param name="base.dir">html/</xsl:param>
<xsl:param name="use.id.as.filename" select="'1'"/>
<xsl:param name="chunk.quietly" select="'1'"/>

</xsl:stylesheet>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]