[Andreas Hoenen]
> Not that I have any experiences with xmlto, but after some tries the
> following seems to do the trick:

Hm, something is wrong when I try in the doc directory of the plinth
source package:

% cat reproducible.xsl 
<?xml version="1.0" standalone="yes"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
<xsl:param name="latex.begindocument">
<xsl:text>
\pdfinfoomitdate=1
\pdftrailerid{}
\begin{document}
</xsl:text>
</xsl:param>
</xsl:stylesheet>
% xmlto  --with-dblatex -p --xsl-user=$(pwd)/reproducible.xsl pdf 
freedombox-manual.xml
Build the book set list...
Build the listings...
XSLT stylesheets DocBook - LaTeX 2e (0.3.5-2)
===================================================
Build freedombox-manual.pdf
pdflatex failed
freedombox-manual.tex:48: Undefined control sequence \pdfinfoomitdate.
freedombox-manual.tex:48: leading text: \pdfinfoomitdate
freedombox-manual.tex:48: Missing \begin{document}.
freedombox-manual.tex:48: leading text: \pdfinfoomitdate=
freedombox-manual.tex:49: Undefined control sequence \pdftrailerid.
freedombox-manual.tex:49: leading text: \pdftrailerid
Unexpected error occured
Error: pdflatex compilation failed
% 

-- 
Happy hacking
Petter Reinholdtsen

Reply via email to