Hello,

IMHO you made a mistake in your 3-step-exercise:

> 1) run "asciidoc -d book -b docbook book-multi.txt"
> 2) run "xsltproc --nonet 
> /usr/share/xml/docbook/stylesheet/nwalsh/fo/fo.xsl 
> book-multi.xml > book-multi.fo"
> 3) run "fop book-multi.fo test.pdf"

The second command should be

xsltproc --nonet /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl
book-multi.xml > book-multi.fo

And then it works. Does that solve your problem?

IMHO this is a bug inside the asciidoc documentation. Please answer, so
that I can close/reassign this report if necessary.

Regards, Daniel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to