Closed xml-project closed 2 years ago
In 15.7.4 I think the example uses c:request/c:body concept from XProc 1.0 to express the content of an HTTP-request. I think the XProc 3.0 way should be:
<p:http-request method="post" href="http://example.com/form-action"> <p:with-input> <p:inline content-type="application/x-www-form-urlencoded">name=W3C&spec=XProc</p:inline> </p:with-input> </p:http-request>
Did I miss something?
In 15.7.4 I think the example uses c:request/c:body concept from XProc 1.0 to express the content of an HTTP-request. I think the XProc 3.0 way should be:
Did I miss something?