<?xml version="1.0" encoding="UTF-8"?>
<p:pipeline-library xml:lang="en" namespace="http://nwalsh.com/xproc/pipelines" xmlns:p="http://www.w3.org/2007/03/xproc">

<p:pipeline name="docbook-to-html">
  <p:input port="source"/>
  <p:output port="result"/>

  <p:xinclude/>

  <p:validate-relax-ng>
    <p:input port="schema">
      <p:document href="/home/ndw/docbook.org/xml/5.0CR3/rng/docbook.rng"/>
    </p:input>
  </p:validate-relax-ng>

  <p:xslt2>
    <p:input port="stylesheet">
      <p:document href="/sourceforge/docbook/xsl2/base/html/docbook.xsl"/>
    </p:input>
  </p:xslt2>
</p:pipeline>

</p:pipeline-library>

