- From: Alex Milowski <alex@milowski.com>
- Date: Wed, 6 Mar 2013 09:48:40 -0800
- To: XProc WG <public-xml-processing-model-wg@w3.org>
Received on Wednesday, 6 March 2013 17:49:10 UTC
<?xml version="1.0" encoding="UTF-8"?>
<p:pipeline xmlns:p="http://www.w3.org/ns/xproc"
xmlns:c="http://www.w3.org/ns/xproc-step" version="1.0">
<p:xinclude/>
<p:validate-with-relax-ng>
<p:input port="schema">
<p:document href="schema.rng"/>
</p:input>
</p:validate-with-relax-ng>
<p:validate-with-xml-schema>
<p:input port="schema">
<p:document href="schema.xsd"/>
</p:input>
</p:validate-with-xml-schema>
<p:xslt>
<p:input port="stylesheet">
<p:document href="style.xsl"/>
</p:input>
</p:xslt>
</p:pipeline>
--
--Alex Milowski
"The excellence of grammar as a guide is proportional to the paucity of the
inflexions, i.e. to the degree of analysis effected by the language
considered."
Bertrand Russell in a footnote of Principles of Mathematics
Received on Wednesday, 6 March 2013 17:49:10 UTC