- From: Patrick Gundlach <patrick@gundla.ch>
- Date: Wed, 25 Oct 2017 14:44:12 +0200
- To: XProc Dev <xproc-dev@w3.org>
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