- From: Norman Walsh <ndw@nwalsh.com>
- Date: Fri, 07 Oct 2011 09:11:32 -0400
- To: public-xml-processing-model-comments@w3.org
Received on Friday, 7 October 2011 13:12:05 UTC
Consider: <p:library xmlns:p="http://www.w3.org/ns/xproc" version="1.0" xmlns:test="http://xproc.org/ns/testsuite/test"> <p:declare-step type="test:step" name="test-step"> <p:input port="source" sequence="true"/> <p:output port="result"/> <test:step4/> </p:declare-step> <p:declare-step type="test:step4" name="test-step"> <p:input port="source" sequence="true"/> <p:output port="result"/> <test:step/> </p:declare-step> </p:library> Is that library valid? Be seeing you, norm -- Norman Walsh Lead Engineer MarkLogic Corporation Phone: +1 413 624 6676 www.marklogic.com
Received on Friday, 7 October 2011 13:12:05 UTC