blob: ce90883fa8dca83be6b72d88a96dba5f49cee9b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<?xml version="1.0" standalone="yes"?>
<directives>
<!--
<directive attribute='id' value="100" setup="cdx:100"/>
<directive attribute='id' value="101" setup="cdx:101"/>
-->
<!--
<directive element="cals:table" attribute='cdx' value="colors" setup="cdx:cals:table:colors"/>
<directive element="cals:table" attribute='cdx' value="vertical" setup="cdx:cals:table:vertical"/>
<directive element="cals:table" attribute='cdx' value="noframe" setup="cdx:cals:table:noframe"/>
-->
<!--
<directive element="cals:table" attribute='cdx' value="*" setup="cdx:cals:table:*"/>
<directive element="cals:table" attribute='cdx' value="*" before="cdx:cals:table:before:*"/>
<directive element="cals:table" attribute='cdx' value="*" after="cdx:cals:table:after:*"/>
-->
<directive
element="cals:table"
attribute='cdx'
value="*"
setup="cdx:cals:table:*"
before="cdx:cals:table:before:*"
after="cdx:cals:table:after:*"
/>
</directives>
|