You're right, unfortunately dblatex has a problem that has been ignored by xsltproc before release 1.1.18-1.
The problem has been discussed yesterday/today in the mailing list
dblatex-devel [1] (although the mail thread does not seem to have hit
the list archive yet), resulting in the following simple patch:
diff -u -r1.1 legalnotice.xsl
--- legalnotice.xsl 31 Jul 2005 18:47:23 -0000 1.1
+++ legalnotice.xsl 2 Nov 2006 23:56:38 -0000
@@ -19,7 +19,7 @@
</xsl:template>
<xsl:template name="print.legalnotice">
- <xsl:param name="$nodes" select="."/>
+ <xsl:param name="nodes" select="."/>
<xsl:if test="$nodes">
<xsl:text>
%% ------------
The file to be patched is
/usr/share/xml/docbook/stylesheet/dblatex/xsl/legalnotice.xsl
I'm currently working at high pressure on a debian release of dblatex
0.2 with this bug fix included. I hope to get someone to sponsor the
new release quickly, thus hopefully this problem should be out of the
world soon.
[1] http://sourceforge.net/mailarchive/forum.php?forum_id=48627
Regards, Andreas Hoenen
--
Andreas Hoenen <[EMAIL PROTECTED]>
GPG: 1024D/B888D2CE
A4A6 E8B5 593A E89B 496B
82F0 728D 8B7E B888 D2CE
pgpowH0o8D51K.pgp
Description: PGP signature

