OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: 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>



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC