diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-04-08 12:30:13 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:19:33 +0200 |
commit | ea75789a02ed70d0cfa131ec615e2776f605d7dc (patch) | |
tree | 29e828eacbb29043ac7561f9e8d9950d9e57383a /testdata/integration/osxml/complex_book.osxml | |
parent | 7a6c99c0b09377bca0b77d2918cf1e2092b3f59c (diff) |
finished transforming the more sophisticated osxml tests to integration tests.
Diffstat (limited to 'testdata/integration/osxml/complex_book.osxml')
-rw-r--r-- | testdata/integration/osxml/complex_book.osxml | 107 |
1 files changed, 0 insertions, 107 deletions
diff --git a/testdata/integration/osxml/complex_book.osxml b/testdata/integration/osxml/complex_book.osxml deleted file mode 100644 index 8eb5f26..0000000 --- a/testdata/integration/osxml/complex_book.osxml +++ /dev/null @@ -1,107 +0,0 @@ -<?xml version="1.0"?> -<document> - - <import rel="ontology" src="./book_ontology"/> - <import rel="ontology" src="./headings_ontology"/> - <import rel="ontology" src="./meta_ontology"/> - <import rel="ontology" src="./bibliography_ontology"/> - <import rel="ontology" src="./lists_ontology"/> - <import rel="ontology" src="./emphasis_ontology"/> - <import rel="ontology" src="./comments_ontology"/> - <!--<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> - - <a:start:strong/>Aufklärung ist der Ausgang des Menschen aus seiner - selbstverschuldeten Unmündigkeit<a:end:strong/>. - <ul> - <item><a:start:emphasized/>Unmündigkeit<a:end:emphasized/> ist - das Unvermögen, sich seines Verstandes ohne Leitung eines anderen zu - bedienen.</item> - <item><a:start:emphasized/>Selbstverschuldet<a:end:emphasized/> - 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.</item> - </ul> - <a:start:strong/>Sapere aude!<a:end:strong/> Habe Mut, dich deines - eigenen Verstandes zu bedienen! ist also der Wahlspruch der - Aufklärung. - </chapter> - </book> -</document> |