Hello,
I am using Apache FOP (svn) together with Xerces2-J 2.7.1 to create PDF files out of DocBook documents. My problem is that FOP cannot find images included in "second-level" DocBook files included with XInclude. After some investigation, I found that the issue seems to be the same as discussed in the Jira issue XERCESJ-1102 (https://issues.apache.org/jira/browse/XERCESJ-1102). As in that scenario, the values of the <xml:base> tags are malformed and contain relative paths to the master document instead of the direct parent. Using the latest version of Xerces2-J didn't solve the problem. So I wonder if this bug hasn't been fixed already as mentioned in the ticket? Thanks, Marco