Next in thread → Next in month →

Re: [docbook-apps] onechunk.xsl & CSS

From
Bob Stayton <>
Date
2011-04-02T21:14:27+00:00
ID
02a301cbf17a$ecd75430$6600a8c0@pazu
Thread
Re: [docbook-apps] onechunk.xsl & CSS
Hi,
I think it is odd as well, as I'm sure I tested chunked output when I implemented it. 
But it did not work when I just tried it, and when I looked at the code, it looked 
like it needed that fix.  I'll take a look again to see what's going on with chunked 
output.

Bob Stayton
Sagehill Enterprises



----- Original Message ----- 
From: "Aankhen" <>
To: "Bob Stayton" <>; <>
Sent: Saturday, April 02, 2011 2:23 AM
Subject: Re: [docbook-apps] onechunk.xsl & CSS


Hi,

On Sat, Apr 2, 2011 at 05:40, Bob Stayton <> wrote:
> Hi,
> Indeed, it is a bug that affects chunked as well as onechunked output. This
> template in html/chunk-code.xsl:
>
> <xsl:template match="*" mode="process.root">
> <xsl:apply-templates select="."/>
> <xsl:call-template name="generate.css"/>
> </xsl:template>
>
> should be changed to call "generate.css.files", not "generate.css":
>
> <xsl:template match="*" mode="process.root">
> <xsl:apply-templates select="."/>
> <xsl:call-template name="generate.css.files"/>
> </xsl:template>
>
> I'll fix it in the SVN repository for future versions.

Ah, I see.  That’s odd, though—I’ve been using chunked output for a
while now and never had any trouble.  It was only when I started using
‘onechunk.xsl’ that this problem cropped up.

At any rate, is it possible to update the snapshots on the site?  I
heard that the process for automatic snapshots is broken at the
moment; the ones available are from the beginning of November.

Thanks for the help,
Aankhen
Next in thread → Next in month →