summaryrefslogtreecommitdiff
path: root/testdata/osxmlparser/simple_book.osxml
blob: 310a413563699b29d0a485ab06ccbdcfab9d252c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<document>
	<import rel="domain" src="book_domain.osxml"/>
	<book>
		This might be some introductory text or a dedication.
		<!-- Note that a better version of the book domain might specify
			 headings here. -->
		<chapter name="myFirstChapter">
			Here we might have an introduction to the chapter.
			<section name="myFirstSection">
				Here we might find the actual section content.
			</section>
			<section name="mySndSection">
				Here we might find the actual section content.
			</section>
		</chapter>
	</book>
</document>