From 7feaf07bf7abed16692579bcbc12218cdb236ed8 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Wed, 1 Feb 2012 04:17:11 +0000 Subject: [PATCH] Add info about trailing slash added if it was omitted. --- xsl/params/base.dir.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/xsl/params/base.dir.xml b/xsl/params/base.dir.xml index e22ca14c2..1e8f3fcbf 100644 --- a/xsl/params/base.dir.xml +++ b/xsl/params/base.dir.xml @@ -25,5 +25,14 @@ the output directory for chunks. (If not specified, the output directory is system dependent.) +Starting with version 1.77 of the stylesheets, +the param's value will have a trailing slash added if it does +not already have one. + +Do not use base.dir +to add a filename prefix string to chunked files. +Instead, use the chunked.filename.prefix +parameter. + -- 2.50.1