-
Notifications
You must be signed in to change notification settings - Fork 0
/
Path.sps
101 lines (101 loc) · 3.12 KB
/
Path.sps
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="UTF-8"?>
<structure version="2" schemafile="schemas\Path.xsd" workingxmlfile="test\Path.xml">
<nspair prefix="n1" uri="http://heim.ifi.uio.no/gahegsvo/rpg/RPGDoc"/>
<nspair prefix="xsi" uri="http://www.w3.org/2001/XMLSchema-instance"/>
<template>
<styles border-style="none"/>
<match overwrittenxslmatch="/"/>
<children>
<paragraph paragraphtag="div">
<styles border-style="solid" border-width="thin" padding-left="0.5cm"/>
<children>
<template>
<match match="n1:Path"/>
<children>
<template>
<match match="n1:path-name"/>
<children>
<paragraph paragraphtag="h1">
<children>
<xpath allchildren="1">
<styles font-family="Times New Roman"/>
</xpath>
</children>
</paragraph>
</children>
</template>
<template>
<match match="n1:philosophy"/>
<children>
<paragraph paragraphtag="h2">
<children>
<text fixtext="Philosophy:">
<styles font-family="Times New Roman"/>
</text>
</children>
</paragraph>
<paragraph paragraphtag="p">
<children>
<text fixtext=" ">
<styles font-family="Times New Roman"/>
</text>
<xpath allchildren="1">
<styles font-family="Times New Roman" font-size="x-small"/>
</xpath>
</children>
</paragraph>
</children>
</template>
<template>
<match match="n1:path-level"/>
<children>
<paragraph paragraphtag="h2">
<children>
<template>
<match match="n1:level-name"/>
<children>
<xpath allchildren="1">
<styles font-family="Times New Roman"/>
</xpath>
</children>
</template>
<text fixtext=" (">
<styles font-family="Times New Roman"/>
</text>
<template>
<match match="n1:level-number"/>
<children>
<xpath allchildren="1">
<styles font-family="Times New Roman"/>
</xpath>
</children>
</template>
<text fixtext="):">
<styles font-family="Times New Roman"/>
</text>
</children>
</paragraph>
<template>
<match match="n1:level-description"/>
<children>
<paragraph paragraphtag="p">
<children>
<xpath allchildren="1">
<styles font-family="Times New Roman" font-size="x-small"/>
</xpath>
</children>
</paragraph>
</children>
</template>
</children>
</template>
</children>
</template>
</children>
</paragraph>
</children>
</template>
<pagelayout>
<properties pagemultiplepages="0" pagenumberingformat="1" pagenumberingstartat="1" paperheight="11in" papermarginbottom="0.79in" papermarginleft="0.6in" papermarginright="0.6in" papermargintop="0.79in" paperwidth="8.5in"/>
</pagelayout>
</structure>