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]

Re: some parameters ignored in chunk.xsl


/ Bob Stayton <bobs@caldera.com> was heard to say:
| On Mon, May 06, 2002 at 01:33:16PM +0200, Camille Bignis wrote:
|> 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
|
| I think this is a bug in the "make-relative-filename"
| template in chunker.xsl.  xsltproc uses <exsl:document>
| and there is a comment there from Norm that says:
|
| <!-- EXSL document does make the chunks relative, I think -->

I've checked www.exslt.org and I think I'm right. This means that

| But xsltproc doesn't, so the template should still add $base.dir.

xsltproc has a bug.

| It works if I change:
|           <xsl:value-of select="$base.name"/>
| to:
|           <xsl:value-of select="concat($base.dir,$base.name)"/>

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | The worst enemy of life, freedom
http://www.oasis-open.org/docbook/ | and the common decencies is total
Chair, DocBook Technical Committee | anarchy; their second worst enemy
                                   | is total efficiency.--Aldous Huxley


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