Re: Getting the current working directory

Hello David,

thank you for the answer, it looks promising. But I have to admit that I have now clue how to add this to my pipeline, which is something like

<p:declare-step
  xmlns:p="http://www.w3.org/ns/xproc"
  xmlns:pos="http://exproc.org/proposed/steps/os"
  xmlns:c="http://www.w3.org/ns/xproc-step" version="1.0">
    <p:xslt name="Transformation">
        <p:with-param name="somefile" select="'somefile.xml'">
            <p:empty/>
        </p:with-param>
        <p:input port="source">
            <p:document href="source.xml"/>
        </p:input>
        <p:input port="stylesheet">
            <p:document href="transformation.xsl"/>
        </p:input>
    </p:xslt>
    <p:store href="data.xml"/>
</p:declare-step>


Patrick

Received on Wednesday, 25 October 2017 12:44:40 UTC