summaryrefslogtreecommitdiff
path: root/testdata/integration/user_defined_syntax/math_non_greedy_var.out.osxml
blob: fb625127a6c1a12b4be7fa113415b56af844f3a9 (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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document xmlns:math="math">
	<import rel="ontology" src="/home/andreas/source/ousia-src/testdata/integration/user_defined_syntax/ontologies/math.osml"/>
	<math:math>
		<math:equation>
			<math:field>
				<math:var>a</math:var>
				<math:power>
					<math:number>2</math:number>
				</math:power>
				<math:plus/>
				<math:var>b</math:var>
				<math:power>
					<math:number>2</math:number>
				</math:power>
				<math:equals/>
				<math:var>c</math:var>
				<math:power>
					<math:number>2</math:number>
				</math:power>
			</math:field>
		</math:equation>
	</math:math>
</document>