The XProc pipelines supplied out of the box reference the XSL stylesheets in an indirect way.
<p:xslt name="topic-xhtml"> <p:input port="stylesheet"> <p:document href="cpnz:dita:xsl:dita2xhtml.xsl" /> </p:input> ... </p:xslt>
<group xml:base="xsl/"> <uri name="cpnz:dita:xsl:dita2xhtml.xsl" uri="dita2xhtml.xsl" /> </group>
<!-- Import standard top-level stylesheet --> <xsl:import href="plugin:org.dita.xhtml:xsl/dita2xhtml.xsl" /> <!-- Import Componize compatibility stylesheet --> <xsl:import href="cpnz:dita:compatibility:xsl:dita2xhtml.xsl" /> <!-- Import user custom stylesheet --> <xsl:import href="cpnz:dita:custom:xsl:dita2xhtml.xsl" />