I've got a set of DTDs, stylesheets and catalogs that all work within the oXygen environment. When I try to use the same catalog and work with stylesheets and files that rely on it, Stylus is unable to find the right path. In this current situation, I'm working with DITA content and the stylesheets and DTDs configured to work with the Open Toolkit. I'm getting this as an error:
-----------
at: file:///c:/tools/_OUTPU~1/data/DITA-OT1.8.5/plugins/org.dita.xhtml/xsl/xslhtml/dita2htmlImpl.xsl 17
java.lang.RuntimeException: Error: at xsl:import on line 17 column 72 of dita2htmlImpl.xsl:
XTSE0165: I/O error reported by XML parser processing plugin:org.dita.base:xsl/common/output-message.xsl: unknown protocol: plugin
at com.exln.stylus.CSaxon8Driver.doProcessing(CSaxon8Driver.java:286)
at com.exln.stylus.CProcessorDriver.process(CProcessorDriver.java:116)
dita2htmlImpl.xsl (17, 72)
Error: at xsl:import on line 17 column 72 of dita2htmlImpl.xsl: XTSE0165: I/O error reported by XML parser processing plugin:org.dita.base:xsl/common/output-message.xsl: unknown protocol: plugin
------------------
This catalog file is generated by the Open Toolkit. Why does it not work in this environment?