$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [quickbook] Understanding xsl:param(s) for TOCgeneration
From: John Maddock (john_at_[hidden])
Date: 2013-08-01 11:18:58
> Where can I find documentation on these paramters?
Since this is all an extension of Docbook, that's where you look for
information, the two main references are:
The stylesheet references:
http://docbook.sourceforge.net/release/xsl/current/doc/
And the online book on the subject:
http://www.sagehill.net/book-description.html
HTH, John.