summaryrefslogtreecommitdiff
path: root/testdata/integration/user_defined_syntax/non_greedy_shortform.out.osxml
blob: 3ca09139d3575358a22aa066fb8193c7f9ce2b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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:a/>
		<test:a>e</test:a>
		<test:text>f</test:text>
	</test:test>
</document>