File: hello-1.xml

package info (click to toggle)
tablix2 0.3.5-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,024 kB
  • sloc: ansic: 24,593; xml: 13,161; sh: 10,409; makefile: 800; perl: 564; yacc: 289; sed: 16
file content (28 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (5)
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
<?xml version="1.0" encoding="iso-8859-1"?>

<!-- BEGIN TTF BLOCK
(display "debug: Hello world!")
(newline)
(test-ttf
    #f
)
END TTF BLOCK -->

<ttm version="0.2.0">
        <modules>
                <module name="hello.so" weight="10" mandatory="yes"/> 
        </modules>

	<resources>
		<variable>
			<resourcetype type="dummy-type">
				<linear name="#" from="1" to="50"/>
			</resourcetype>
		</variable>
	</resources>

	<events>
                <event name="dummy-event" repeats="1">
		</event>
	</events>
</ttm>