Feeding output of <p:xslt> into <c:body> of HTTP PUT request in Xproc
问题 My goal for my Xproc pipeline below is to take in a source XML document, run 2 XSLT transforms with <p:xslt> steps, then feed the output XML after the 2nd <p:xslt> to the <c:body> of the <p:http-request> step: <p:declare-step xmlns:p="http://www.w3.org/ns/xproc" xmlns:c="http://www.w3.org/ns/xproc-step" version="1.0"> <p:input port="source" primary="true"/> <p:output port="result" primary="true"/> <p:serialization port="result" indent="false" method="xml" encoding="utf-8" omit-xml-declaration