core-ctx.ctx /size: 933 b    last modification: 2020-07-01 14:35
1<?xml version='1.0' standalone='yes'?>
2
3<ctx:job>
4    <ctx:message>demo file</ctx:message>
5    <ctx:preprocess suffix='prep'>
6        <ctx:processors>
7            <ctx:processor name='step-1' suffix='one' >dummy-prep-command-1 <ctx:value name='old'/>  <ctx:value name='new'/></ctx:processor>
8            <ctx:processor name='step-2' suffix='prep'>dummy-prep-command-2 <ctx:value name='old'/>  <ctx:value name='new'/></ctx:processor>
9        </ctx:processors>
10        <ctx:files>
11            <ctx:file processor='step-1'       >one*.xml</ctx:file>
12            <ctx:file processor='step-2'       >two*.xml</ctx:file>
13            <ctx:file processor='step-1,step-2'>all*.xml</ctx:file>
14        </ctx:files>
15    </ctx:preprocess>
16    <ctx:process>
17        <ctx:resources>
18            <ctx:environment>step-1-step-2.tex</ctx:environment>
19        </ctx:resources>
20    </ctx:process>
21    <ctx:postprocess>
22    </ctx:postprocess>
23</ctx:job>
24