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
> [...]