From: Bob Stayton Date: Fri, 11 Nov 2011 23:17:20 +0000 (+0000) Subject: New param chunked.filename.prefix to separate any such prefix from X-Git-Tag: release/1.79.1~6^2~624 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28bc17ef1582d7c8b5860684dc567f50c03fa3cf;p=docbook-dsssl New param chunked.filename.prefix to separate any such prefix from the base.dir param, which helps fix bug 3087359. --- diff --git a/xsl/params/chunked.filename.prefix.xml b/xsl/params/chunked.filename.prefix.xml new file mode 100644 index 000000000..e4282c261 --- /dev/null +++ b/xsl/params/chunked.filename.prefix.xml @@ -0,0 +1,41 @@ + + +chunked.filename.prefix +string + + +chunked.filename.prefix +Filename prefix for chunked files + + + + + + + + +Description + +If specified, the chunked.filename.prefix +parameter specifies a prefix string to add to each generated chunk filename. +For example: +<xsl:param name="chunked.filename.prefix">admin-<xsl:param> +will produce chunked filenames like: +admin-index.html +admin-ch01.html +admin-ch01s01.html +... + + +Trying to use the base.dir +parameter to add a string prefix (by omitting the trailing slash) +no longer works (it never worked completely anyway). That parameter +value should contain only a directory path, and +now gets a trailing slash appended if it was omitted from the param. + +