i-output.xml /size: 1775 b    last modification: 2020-07-01 14:35
1<?xml version="1.0" encoding="UTF-8"?>
2
3<?context-directive job ctxfile x-setups.ctx ?>
4
5<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">
6
7    <cd:command name="defineoutputroutine" level="system" category="layout" file="page-otr.mkvi">
8        <cd:arguments>
9            <cd:resolve name="keyword-name"/>
10            <cd:resolve name="keyword-name-optional"/>
11            <cd:assignments list="yes" optional="yes">
12                <cd:inherit name="setupoutputroutine"/>
13            </cd:assignments>
14        </cd:arguments>
15    </cd:command>
16
17    <cd:command name="setupoutputroutine" level="system" category="layout" file="page-otr.mkvi">
18        <cd:arguments>
19            <cd:resolve name="keyword-name-optional"/>
20            <cd:assignments list="yes">
21                <cd:parameter name="cd:key">
22                    <cd:constant type="cd:csname"/>
23                </cd:parameter>
24            </cd:assignments>
25        </cd:arguments>
26    </cd:command>
27
28    <cd:command name="setupoutputroutine" variant="name" level="system" category="layout" file="page-otr.mkvi">
29        <cd:arguments>
30            <cd:resolve name="keyword-name"/>
31        </cd:arguments>
32    </cd:command>
33
34    <cd:command name="defineoutputroutinecommand" level="system" category="layout" file="page-otr.mkvi">
35        <cd:arguments>
36            <cd:resolve name="keyword-key-list"/>
37        </cd:arguments>
38    </cd:command>
39
40    <cd:command name="traceoutputroutines" level="system" category="layout" file="page-otr.mkvi"/>
41
42    <cd:command name="installoutputroutine" level="system" category="layout" file="page-otr.mkvi">
43        <cd:arguments>
44            <cd:csname/>
45            <cd:resolve name="argument-command"/>
46        </cd:arguments>
47    </cd:command>
48
49</cd:interface>
50