OW2 Consortium ops

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 ebruchez 1
<!--
2
    Copyright (C) 2004 Orbeon, Inc.
3
 
4
    This program is free software; you can redistribute it and/or modify it under the terms of the
5
    GNU Lesser General Public License as published by the Free Software Foundation; either version
6
    2.1 of the License, or (at your option) any later version.
7
 
8
    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
9
    without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
    See the GNU Lesser General Public License for more details.
11
 
12
    The full text of the license is available at http://www.gnu.org/copyleft/lesser.html
13
-->
14
<p:config xmlns:p="http://www.orbeon.com/oxf/pipeline"
15
          xmlns:oxf="http://www.orbeon.com/oxf/processors">
16
 
17
    <p:param name="data" type="input"/>
18
    <p:param name="data" type="output"/>
19
 
20
    <p:processor name="oxf:xslt">
21
        <p:input name="config" href="generic-table.xsl"/>
22
        <p:input name="data" href="#data"/>
23
        <p:output name="data" id="table"/>
24
    </p:processor>
25
 
26
    <p:processor name="oxf:xslt">
27
        <p:input name="config" href="pdf.xsl"/>
28
        <p:input name="data" href="#table"/>
29
        <p:output name="data" ref="data"/>
30
    </p:processor>
31
 
32
</p:config>