<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href=""?>
<table1>
	<row1 text="Single Column Table" c="1">
		<column1 c1="Column 1"/>
	</row1>	
	<row1 text="Three Column Table" c="3">
		<column1 c1="Column 1"/>
		<column1 c1="Column 2"/>
		<column1 c1="Column 3"/>
	</row1>
	<row1 text="Four Column Table" c="4">
		<column1 c1="Column 1"/>
		<column1 c1="Column 2"/>
		<column1 c1="Column 3"/>
		<column1 c1="Column 4"/>
	</row1>
	<row1 text="Two Column Table" c="2">
		<column1 c1="Column 1"/>
		<column1 c1="Column 2"/>
	</row1>
	<row1 text="Six Column Table" c="6">
		<column1 c1="Column 1"/>
		<column1 c1="Column 2"/>
		<column1 c1="Column 3"/>
		<column1 c1="Column 4"/>
		<column1 c1="Column 5"/>
		<column1 c1="Column 6"/>
	</row1>
	<row1 text="Five Column Table" c="5">
		<column1 c1="Column 1"/>
		<column1 c1="Column 2"/>
		<column1 c1="Column 3"/>
		<column1 c1="Column 4"/>
		<column1 c1="Column 5"/>
	</row1>
</table1>
