Trying to build a PDF of the latest checkout of the Subversion book produces: (Using '/usr/bin/fop' for FOP) Jun 11, 2009 12:19:35 PM org.apache.fop.cli.InputHandler error SEVERE: javax.xml.transform.TransformerException: file:/home/rpjday/svn/book/trunk/src/en/book/svn-book.fo:2:29113: Error(2/29113): No element mapping definition found for (Namespace URI: "http://xml.apache.org/fop/extensions", Local Name: "destination") Jun 11, 2009 12:19:35 PM org.apache.fop.cli.Main startFOP SEVERE: Exception etc etc etc ... In the file /usr/share/sgml/docbook/xsl-stylesheets/fo/fop.xsl, we read: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:fox="http://xml.apache.org/fop/extensions" ... if you stick that last URL in a browser, it actually redirects to: http://xmlgraphics.apache.org/fop/0.95/extensions but the stylesheet processing doesn't seem to follow that redirection and therefore fails. It *will*, however, handle "http://xmlgraphics.apache.org/fop/extensions". So just change that part of the URL. (I'm guessing there may be other places in the files that might need the corresponding change.)
There is, in fact, one other file that might be updated similarly: fo/param.xml: param.xml:1647:<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://xml.apache.org/fop/">FOP</link> param.xml:1679:<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://xml.apache.org/fop/">FOP</link>
Thanks for report... in fo/fop1.xsl Bob Stayton fixed namespace declaration upstream ~6 weeks ago (http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/xsl/fo/fop1.xsl?r1=8384&r2=8418) . I guess he intentionally did it only for fop1.xsl - as fop1.extensions should be used for later fop. Rawhide docbook-style-xsl should contain fop1.xsl with update namespace adress for extensions, if it is enough, I'll update F-11 docbook-style-xsl same way.
Sorry, I'm not clear on what's happening ... are you saying that fop.xsl is being superseded by fop1.xsl? Or what?
No, not superseeded, they are separate stylesheets. Just fop.extensions parameter should be used for fop with version 0.25 and earlier and fop1.extensions for latest fop (0.95+). I'm not very experienced with fop part of xsl stylesheets but I'll try to find out what's happening (and if there is something else required to do with that bugzilla than declaration of the correct namespace in fop1.xsl (as was done by upstream)).
docbook-style-xsl-1.74.3-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/docbook-style-xsl-1.74.3-2.fc11
docbook-style-xsl-1.74.3-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.
Even current docbook-style-xsl refers to old xml.apache.org URLs that don't resolve (without redirection). See also bug #830266.
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19
This message is a notice that Fedora 19 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 19. It is Fedora's policy to close all bug reports from releases that are no longer maintained. Approximately 4 (four) weeks from now this bug will be closed as EOL if it remains open with a Fedora 'version' of '19'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 19 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle. Changing version to '23'. (As we did not run this process for some time, it could affect also pre-Fedora 23 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23
I've revisited the issue, and since there are no updates, I'm closing it as WONTFIX. Upstream has made some changes to the repository, but they have not released the stable version yet. Please let us know if there is an important reason to keep working on this.