Re: [Refdb-devel] Build failure: HTML manual
Status: Beta
Brought to you by:
mhoenicka
From: David N. <dav...@sw...> - 2006-11-12 03:01:53
|
Hi Markus, > The following one-line-fix in > doc/include/manual-xhtml.xsl fixes the problem with Saxon: > > - <xsl:with-param name="nodes" select="refsynopsisdiv | refsect1 | refsect2 | refsect3"/> > + <xsl:with-param name="nodes" select="refsect1 | refsect2 | refsect3"/> This solves the problem with xsltproc and I am now able to build the docs. Thanks for the fix. Incidentally, the nav links are still present in the output. Regards, David |