
On 21 December 2010 02:31, Lorenzo Caminiti <lorcaminiti@gmail.com> wrote:
<link rel="stylesheet" href="C:%5CPROGRA~1%5Cboost%5Cboost_1_45_0/doc/src/boostbook.css" type="text/css">
You shouldn't be using local absolute paths - they're not going to work on other computers. The Jamfile for units sets 'boost.root' to use the correct relative path so this shouldn't be a problem.
<link rel="home" href="../index.html" title="Boost.Local 0.0.1 (development)"> <link rel="up" href="../index.html" title="Boost.Local 0.0.1 (development)">
Where does 'Boost.Local 0.0.1' come from? Can you try building the documentation with a clean copy of boost and see if that works? If not please post your user-config.jam and 'bin.v2/boostbook_catalog.xml' so we can see how you've set it up.
**Is there any way I can pullout debug info from XSL or similar?**
You can use an <xsl:message> tag to write to stdout, such as: <xsl:message> count($prev) = <xsl:value-of select="count($prev)"/> </xsl:message> http://www.sagehill.net/docbookxsl/DebuggingXSL.html Daniel