summaryrefslogtreecommitdiff
path: root/tests/XSLTMark/xslbench1.xml
blob: 9e3f9ba60c84aec728f8c6eda5b8aace056fe797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>

<table>
	<row>
		<column>Row1 - Text1</column>
		<column>Row1 - Text2</column>
	</row>
	<row>
		<column>Row2 - Text1</column>
		<column>Row2 - Text2</column>
	</row>
	<row>
		<column>Row3 - Text1</column>
		<column>Row3 - Text2</column>
	</row>
	<row>
		<column>Row4 - Text1</column>
		<column>Row4 - Text2</column>
	</row>
</table>