Hi I'm using the xep fo addon from within XMLEditor on a docbook document which uses xinclude with xpointers to avoid duplicating texts. The texts are sometimes in the same document and so the xincludes are with an empty href meaning "current document". When generating pdf's from within XMLEditor, everything works. However when I run the XEP using the command line tool, it fails with on these empty hrefs: [warning] org.xml.sax.SAXParseException: Include operation failed, reverting to fallback. Resource error reading file as XML (href=''). Reason: An xpointer was specified that points to a location in the source infoset. This location cannot be accessed due to the streaming nature of the processor. [error] Error reported by XML parser; SystemID: file:/mydocument.xml; Line#: 25; Column#: 49 [error] javax.xml.transform.TransformerException: Error reported by XML parser
I'm using XEP 4.13, xerces 2.9.1, xml-resolver 1.2. My question is this. Have the XMLEditor been set up to use a different component that resolves these empty hrefs? Best regards, Thomas

