summaryrefslogtreecommitdiff
path: root/testdata/osxmlparser/simple_annotation.osxml
blob: 7eb1713e6e68f023f630eb99ea3af7f42708fab3 (plain)
1
2
3
4
5
6
7
8
9
<document>
	<import rel="ontology" src="./book_ontology.osxml"/>
	<import rel="ontology" src="./comments_ontology.osxml"/>

	<book>
		This is a <a:start:comment>This is not a nice test!</a:start:comment>test<a:end:comment/>.
	</book>
</document>