<?xml version='1.0' encoding='utf-8'?>
<!-- 
Copyright 2005 DataActive Communications Limited

Unless required by applicable law or agreed to in writing, software,
documentation and examples are distributed under a 'AS IS' BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->
<!DOCTYPE re:root SYSTEM 'http://reality.dataactive.com/DTDs/reality-1.0.dtd'>
<re:root xmlns:re='http://reality.dataactive.com'>
	<re:document 
		version='1.0' 
		language-code='ENG' 
		country-code='GBR' 
		category-code='examples' 
		uid='050_010' 
		display-name='Creating a table'>

		<re:outputs collate='false' compression='9' manifest='false'>
			<re:output 
				name='Kwik PDF' 
				file-name='050_010_CreatingATable' 
				type='reality.pdf.kwik' 
				options='page-crop-marks: false' />
		</re:outputs>

		<re:colors>
			<re:color name='Red30' type='cmyk' value='0,0.3,0.3,0' />
		</re:colors>
		
		<re:styles>
			<re:style name='tableLayer'>
				<re:styleattribute name='top' value='50' />
				<re:styleattribute name='left' value='100' />
				<re:styleattribute name='width' value='300' />
				<re:styleattribute name='height' value='500' />
			</re:style>
		</re:styles>
		
		<re:content>
			<re:page>
				<re:layer class='tableLayer'>
					
					<re:table>
						<re:row>
							<re:cell style="cell-width:50;" >
								Cell 1 Row 1 
							</re:cell>
							<re:cell style="cell-width:75;">
								Cell 2 Row 1 
							</re:cell>
							<re:cell style="cell-width:175;">
								Cell 3 Row 1 
							</re:cell>
						</re:row>

						<re:row>
							<re:cell style="cell-width:50;" >
								Cell 1 Row 2 
							</re:cell>
							<re:cell style="cell-width:75;">
								Cell 2 Row 2 
							</re:cell>
							<re:cell style="cell-width:175;">
								Cell 3 Row 2 
							</re:cell>
						</re:row>

						<re:row>
							<re:cell style="cell-width:50;" >
								Cell 1 Row 3 
							</re:cell>
							<re:cell style="cell-width:75;">
								Cell 2 Row 3 
							</re:cell>
							<re:cell style="cell-width:175;">
								Cell 3 Row 3 
							</re:cell>
						</re:row>
					</re:table>

				</re:layer>
			</re:page>
		</re:content>
	</re:document>
</re:root>
