On generating HTML output from a tree of DocBook files using DocBook-XSL html/chunk.xsl I keep getting a long series of "PHP Errors" related to the BuildException being thrown from the XsltFilter class with message "XSLT Error" (see lines 208+).
Despite the continuous Exception throws, the html is correctly generated into chunked HTML documents. The main problem is the error causing the Build to register as a failure, when it's anything but. Not really certain why the $result variable is triggering this - all the output is working perfectly well :).
Note: The code this is running on is a simple DocBook skeleton setup available (open source; and we're just getting docs off the ground) from http://code.google.com/p/phpspec/source The relevant build file is in ./trunk/build, and the Phing target call is "docs". Running "docs" once produces the list of errors. A second run (if no "clean") runs without errors.
If you need any other details, let me know ;).