<div dir="ltr">Can I use XEP to format modular DocBook V5 documents? <br><br>These use XInclude rather than entity declarations. Apache FOP 0.95 processes them, but XEP 4.13 objects:<br><br><div style="margin-left: 40px;">
Element include in namespace … encountered in book, but no template matches.<br></div><br>The only traffic I've found on this list recommends modifying my call to XEP to<br><ul><li>add xercesImpl.jar (from my FOP installation, I suppose) to the classpath</li>
<li>use option -Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeParserConfiguration</li></ul>This doesn't change the error report. What am I missing?<br><br>Presumably I should be able to use Xalan for the XSLT and pipe the FO output to XEP? Is this a different line of attack?<br>
<br>(I'm running Java <a href="http://1.6.0.7">1.6.0.7</a>. I'm considering switching from FOP to XEP in order to use figure floats and sidebars in my page designs.)<br><br>Thanks in advance<br>Stephen Taylor<br></div>