Re: HTML chunks: How to write filenames?

From
Boris <>
Date
2008-09-03T13:58:52+00:00
ID
op.ugwrs8mm9dsao3@burk
Thread
Re: HTML chunks: How to write filenames?
On Wed, 03 Sep 2008 15:09:51 +0200, Peter Desjardins  
<> wrote:

> The filenames for chunked chapters are written like this by default:
> "ch02.html."  I recently added the "use.id.as.filename" parameter to
> my publishing script so that the filename will remain constant
> regardless of my reorganizing the order of chapters.  Sounds like that
> might be important for you if you are hand coding the titles and the
> filenames in your menu.

Hm, you are right, I'm using use.id.as.filename, too. I guess I can use  
<xsl:for-each select="/book/chapter"> and fetch the id value - I'll try  
that.

Boris

> [...]