From 15c7d39533a1eb1da0748011f3378fd0f02ed14d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 8 Oct 2013 20:03:29 +0000 Subject: Update stylesheets to docbook-xsl-1.78.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- .../params/generate.revhistory.link.xml | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/generate.revhistory.link.xml (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/generate.revhistory.link.xml') diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/generate.revhistory.link.xml b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/generate.revhistory.link.xml new file mode 100644 index 000000000..bd70cd91d --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/generate.revhistory.link.xml @@ -0,0 +1,50 @@ + + +generate.revhistory.link +boolean + + +generate.revhistory.link +Write revhistory to separate chunk and generate link? + + + + + + +Description + +If non-zero, the contents of revhistory are written +to a separate HTML file and a link to the file is +generated. Otherwise, revhistory contents are rendered on +the title page. + +The name of the separate HTML file is computed as follows: + + + + If a filename is given by the dbhtml filename processing instruction, +that filename is used. + + + If the revhistory has an id/xml:id +attribute, and if use.id.as.filename != 0, the filename is the concatenation of +the id value and the value of the html.ext parameter. + + + If the revhistory does not have an id/xml:id +attribute, or if use.id.as.filename = 0, the filename is the concatenation of "rh-", +auto-generated id value, and html.ext value. + + + + + + + + -- cgit v1.2.3-54-g00ecf