<PGVReport xmlns="http://www.phpgedview.net" 
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xsi:schemaLocation="http://www.phpgedview.net pgvreport.xsd"
		access="PGV_PUBLIC"> 
	<PGVRTitle>My Report</PGVRTitle> 
	<PGVRDescription>My description <PGVRvar var="test" /></PGVRDescription>
	<PGVRInput name="pid" lookup="INDI" type="text">Individual ID</PGVRInput> 
	<PGVRStyle name="mystyle" font="Arial" size="20" style="" /> 
	<PGVRStyle name="mysmall" font="Arial" size="10" style="" /> 
	<PGVRDoc pageSize="A4" orientation="P" margin="24"> 
		<PGVRHeader> 
			<PGVRTextBox><PGVRText style="mystyle">My Header</PGVRText></PGVRTextBox> 
		</PGVRHeader> 
		<PGVRBody> 
			<PGVRGedcom id="$pid"> 
				<PGVRTextBox><PGVRText style="mystyle"><PGVRGetPersonName id="" /> <PGVRGedcomValue tag="BIRT:DATE" /></PGVRText></PGVRTextBox> 
			</PGVRGedcom> 
		</PGVRBody> 
		<PGVRFooter> 
			<PGVRCell width="0" height="10" style="mysmall"><PGVRNow /></PGVRCell> 
		</PGVRFooter> 
	</PGVRDoc> 
</PGVReport> 
