Hi list,
currently (on some systems) 'make pdf' in the samba-docs fails with:
-----8<------------------snip--------------8<--------------
kseeger@bando:~/svn/samba.org/samba-docs> make pdf Generating
Samba3-ByExample.tex... xsltproc --stringparam
latex.documentclass.book letterpaper,11pt,openright,twoside
--stringparam latex.imagebasedir "Samba3-ByExample/" --xinclude
--output Samba3-ByExample.tex xslt/latex.xsl
Samba3-ByExample/index.xml compilation error: file
http://db2latex.sourceforge.net/xsl/qandaset.mod.xsl line 366 element
template xsl:template: error duplicate name 'question.answer.label'
make: *** [Samba3-ByExample.tex] Fehler 5
----->8------------------snap-------------->8--------------
'question.answer.label' is defined twice (in common.xsl and in
qandaset.mod.xsl). This is a known bug (see
http://sourceforge.net/tracker/index.php?func=detail&aid=1032401&group_id=22450&atid=376024).
There is a patch renaming 'question.answer.label' to
'question-answer.label' in qandaset.mod.xsl, but it is not applied at
http://db2latex.sourceforge.net/xsl/qandaset.mod.xsl (which we do
use, right?).
I am wondering how we can solve this issue. The maintainers of the
db2latex project do not seem to be very responsive as you can see in
the bug report.
Please notice that this only seems to fail with certain versions of
'xsltproc'.