Re: Build failure: HTML manual
"Markus Hoenicka" <[email protected]> Sat, 11 Nov 2006 21:05:25 +0100
| Newsgroups | gmane.text.refdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi David,
David Nebauer writes:
> On the other hand, using xmllint to resolve xincludes before processing
> appears to be simplicity itself:
> xmllint --xinclude original.xml > resolved.xml
>
darn, I completely forgot about this workaround. Thanks for filling me
in. I managed to build the manual using Saxon, and presto - same error
as you report. The following one-line-fix in
doc/include/manual-xhtml.xsl fixes the problem with Saxon:
--- manual-xhtml.xsl (revision 221)
+++ manual-xhtml.xsl (working copy)
@@ -59,7 +59,7 @@
<xsl:call-template name="subtoc">
<xsl:with-param name="toc-context" select="$toc-context"/>
- <xsl:with-param name="nodes" select="refsynopsisdiv | refsect1 | refsect2 | refsect3"/>
+ <xsl:with-param name="nodes" select="refsect1 | refsect2 | refsect3"/>
</xsl:call-template>
</xsl:template>
Could you please try whether this also fixes your build problem?
BTW it's not all milk and honey with Saxon after patching the driver
file. The navigation links generated by the docbook stylesheets are
missing, so you can't really move around, but I don't think that this
is caused by the driver file.
While trying to transform the manual with something else but xsltproc
I was actually using the commands that refdbxml would have
generated. This means that RefDB currently cannot handle documents
using xinclude unless you use xsltpoc. I guess we'll have to fix this
somehow. I'll peruse the links that you send to figure out a fix.
regards,
Markus
--
Markus Hoenicka
[email protected]
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642