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] | [List Home]


Subject: Re: [docbook-apps] Potential Bug in Chunking


Well, with fast.chunk turned on I do see the up and home links - but for
some reason not the prev and next link.

Which chunk.fast set to 1 I get absolutely nothing in the header, and the
following in the footer

                   <table width="100%" summary="Navigation footer">
                        <tr>

                           <td width="40%" align="left"> </td>
                           <td width="20%" align="center"> </td>
                           <td width="40%" align="right"> </td>
                        </tr>
                        <tr>
                           <td width="40%" align="left" valign="top">
</td>
                           <td width="20%" align="center">

                              <a accesskey="h" href="index.html">Home</a>
                           </td>
                           <td width="40%" align="right" valign="top">
</td>
                        </tr>
                     </table>
.

Note that there is a placeholder for the prev/next link, but no content.


However, there might be a side effect from other chunking parameters,
wheich are set to

<xsl:param name="chunker.output.doctype-public"
           select="'-//W3C//DTD XHTML 1.0 Transitional//EN'"/>
<xsl:param name="chunker.output.doctype-system"
   select="'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'"/>
<xsl:param name="chunker.output.encoding" select="'iso-8859-1'"/>
<xsl:param name="chunker.output.indent" select="'yes'"/>
<xsl:param name="html.extra.head.links" select="1"/>
<xsl:param name="chunk.section.depth" select="1"/>
<xsl:param name="chunk.fast" select="0"/>
<xsl:param name="navig.showtitles" select="0"/>


Regards,

Jens


On Tue, 5 Jul 2005, Warren Young wrote:

> Jens Stavnstrup wrote:
>
> > Just discovered a bug in 1.68.1, which may also exists in the CVS.
> >
> > When the parameter chunk.fast is set to 1. The chunking stylesheet fails
> > to display prev/next links on a chunked page.
>
> Something very strange is going on.  This document was created with
> chunk.fast:
>
> 	http://tangentsoft.net/mysql++/doc/userman/html/
>
> It is built with xsltproc from libxslt 1.0.27 on Red Hat Linux 9 and the
> 1.58.1 stylesheets, and as you can see there are no nav links.  I turned
> off fast chunking, and it's now showing nav links in my local copy.  But
> I built it a few hours ago with xsltproc 1.1.11 on Mac OS X 10.4 and the
> 1.68.1 stylesheets and fast chunking turned on, and I _did_ see the nav
> links.
>
> If anyone wants to use my document to test with, here's a link to the
> tarball containing it:
>
> 	http://tangentsoft.net/mysql++/beta/mysql++-2.0.0-beta1.tar.gz
>
> To build the manual, just go into doc/userman and type 'make'.  It
> assumes xsltproc, and a system where the stylesheets are where xsltproc
> can find them.  You can adjust the xsl:import rule in html.xsl in that
> directory to force it to use a different set of stylesheets.
>
> I'll try to leave it alone for a day or so, but I will be updating it
> fairly soon to fix this nav problem.  I can live with it that long.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>


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