summaryrefslogtreecommitdiff
path: root/testdata/integration/osxml/simple_annotation.osxml
blob: c0f426a276e4f5080fe1797bc77b3d6e3c69c35c (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" standalone="yes"?>
<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>