
On Tue, Dec 21, 2010 at 6:10 AM, Daniel James <dnljms@gmail.com> wrote:
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>
Unfortunately, I was not able to figure this out... my knowledge of these tools is very limited... I have posted the generated HTML on the web: http://contractpp.sourceforge.net/boost-local_0_1_0-818/libs/local/doc/html/... The Quick Book source is in the Boost Vault under "Function Objects" boost-local_0_1_0-818.zip (see libs/local/doc/qbk) with the related Jamfiles. It would be great if someone could build this documentation and see if the prev/next links show up. If so then the issue is just with my Quick/Boost Book configuration and not with my .qbk or .jam files... Thank you. -- Lorenzo