summaryrefslogtreecommitdiff
path: root/testdata/osxmlparser/complex_book.osxml
blob: 222b146dc0b9e35e98fd27d53dc8b3a3ed9d9964 (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
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"?>
<document>

	<import rel="ontology" src="book"/>
	<import rel="ontology" src="headings"/>
	<import rel="ontology" src="meta"/>
	<import rel="ontology" src="bibliography"/>
	<!--<import rel="ontology" src="emphasis.oxm"/>
	<import rel="ontology" src="comments.oxm"/>
	<alias tag="paragraph" aka="p"/>
	<alias tag="emphasized" aka="em"/>-->
	
	<book>
		<meta>
			<primaryAuthor>
				<firstName>Immanuel</firstName>
				<lastName>Kant</lastName>
				<email>[ikant,philo.albertus-koenigsberg,de]</email>
				<affiliation>[Logic and Metaphysics, Faculty of Philosophy, Albertus-University Königsberg]</affiliation>
			</primaryAuthor>
			<version>[1,0,0]</version>
		</meta>

		<bibliography>
			<bibEntry>
				<title>Dezember-Heft</title>
				<journal>Berlinische Monatsschrift</journal>
				<year>1784</year>
				<pages>{481-494}</pages>
			</bibEntry>
			<bibEntry>
				<title>Kleine Schriften</title>
				<primaryAuthor>
					<firstName>Immanuel</firstName>
					<lastName>Kant</lastName>
				</primaryAuthor>
				<year>1793</year>
				<pages>{34-50}</pages>
				<location>Neuwied</location>
			</bibEntry>
			<bibEntry>
				<title>Zerstreute Aufsätze</title>
				<primaryAuthor>
					<firstName>Immanuel</firstName>
					<lastName>Kant</lastName>
				</primaryAuthor>
				<year>1793</year>
				<pages>{25-37}</pages>
				<location>Frankfurt und Leipzig</location>
			</bibEntry>
			<bibEntry>
				<title>Sämmtliche kleine Schriften</title>
				<primaryAuthor>
					<firstName>Immanuel</firstName>
					<lastName>Kant</lastName>
				</primaryAuthor>
				<year>1798</year>
				<pages>{159-172}</pages>
				<location>Königsberg u. Leipzig</location>
			</bibEntry>
			<bibEntry>
				<title>I. Kant's vermischte Schriften</title>
				<primaryAuthor>
					<firstName>Immanuel</firstName>
					<lastName>Kant</lastName>
				</primaryAuthor>
				<year>1799</year>
				<pages>{687-700}</pages>
				<location>Halle</location>
			</bibEntry>
			<bibEntry>
				<title>Vorzügliche kleine Schriften und Aufsätze</title>
				<primaryAuthor>
					<firstName>Immanuel</firstName>
					<lastName>Kant</lastName>
				</primaryAuthor>
				<year>1833</year>
				<pages>{75-84}</pages>
				<location>Leipzig</location>
			</bibEntry>
		</bibliography>
	
		<heading>
			Beantwortung der Frage: Was ist Aufklärung?
		</heading>
		
		<chapter name="content">
			<heading>Was ist Aufklärung?</heading>

			Aufklärung ist der Ausgang des Menschen aus seiner
			selbstverschuldeten Unmündigkeit. Unmündigkeit ist
			das Unvermögen, sich seines Verstandes ohne Leitung eines anderen zu
			bedienen. Selbstverschuldet ist diese Unmündigkeit, wenn
			die Ursache derselben nicht am Mangel des Verstandes, sondern der
			Entschließung und des Mutes liegt, sich seiner ohne Leitung eines
			andern zu bedienen.
			Sapere aude! Habe Mut, dich deines eigenen Verstandes zu
			bedienen! ist also der Wahlspruch der Aufklärung.
		</chapter>
	</book>
</document>