Petr Přikryl <[email protected]> was heard to say:

Hi,

Error(2/12803): No element mapping definition found for (Namespace URI: "http://xml.apache.org/fop/extensions";, Local Name: "destination")

Just a wild guess: your setup probably does not enable the fop extensions of the docbook fo stylesheets. Does the error go away if you invoke xsltproc like this:

xsltproc  --output ./producingoss.fo
          --stringparam fop1.extensions 1
          ../tools/fo-stylesheet.xsl book.xml

See also Bob Stayton's indispensable book:

http://www.sagehill.net/docbookxsl/InstallingAnFO.html

regards,
Markus


--
Markus Hoenicka
http://www.mhoenicka.de
AQ score 38



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to