summaryrefslogtreecommitdiff
path: root/testdata/integration/user_defined_syntax/non_greedy_shortform.out.osxml
blob: c2431eb6128522091fccddb7ccdc1bfb519888e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document xmlns:test="test">
	<test:test>
		<test:a>a</test:a>
		<test:a>b</test:a>
		<test:a>c</test:a>
		<test:a/>
		<test:a>d</test:a>
		<test:b/>
		<test:a/>
		<test:b>
			<test:a/>
		</test:b>
	</test:test>
</document>