<?xml version="1.0" encoding="UTF-8"?>

<!--
    Document   : use-case-5.2.xml
    Created on : July 5, 2006, 11:36 AM
    Author     : alex
    Description:
    
-->

<p:pipeline name="use-case-5.2"
        xmlns:p='http://www.w3.org/2006/XProc'
        xmlns:c='http://www.w3.org/2006/XProc/Components'
        xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
        xsi:schemaLocation='http://www.w3.org/2006/XProc pipeline.xsd'
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

   <p:declare-input port="pipe-input"/>
   <p:declare-output port="pipe-output" source="xincluded!result"/>

   <!-- Question: do we have to do anything about included documents here? 
        That is, are they pipeline inputs? -->
   <p:step name="xincluded" component="p:xinclude">
      <p:input port="document" source="use-case-5.2!pipe-input"/>
   </p:step>

</p:pipeline>
