<?xml version="1.0" encoding="UTF-8"?>

<?xml-stylesheet type="text/xsl" href="../familyweb.xsl"?>

<!--
Family Web XML Template
Version 2005-04-09
David Wallace Croft
http://www.croftsoft.com/library/tutorials/familyweb/
-->

<familyweb xmlns="http://www.croftsoft.com/library/tutorials/familyweb">

<name>NAME</name>

<parent>
  <name>NAME</name>
  <url>URL</url>
</parent>

<father>
  <name>NAME</name>
  <url>URL</url>
</father>

<mother>
  <name>NAME</name>
  <url>URL</url>
</mother>

<child>
  <name>NAME</name>
  <url>URL</url>
</child>

<son>
  <name>NAME</name>
  <url>URL</url>
</son>

<daughter>
  <name>NAME</name>
  <url>URL</url>
</daughter>

<spouse>
  <name>NAME</name>
</spouse>

<husband>
  <name>NAME</name>
</husband>

<wife>
  <name>NAME</name>
</wife>

<sibling>
  <name>NAME</name>
</sibling>

<brother>
  <name>NAME</name>
</brother>

<sister>
  <name>NAME</name>
</sister>

<nickname>NICKNAME</nickname>
<gender>GENDER</gender>
<birth_date>BIRTH_DATE</birth_date>
<birth_place>BIRTH_PLACE</birth_place>
<marriage_date>MARRIAGE_DATE</marriage_date>
<marriage_place>MARRIAGE_PLACE</marriage_place>
<death_date>DEATH_DATE</death_date>
<death_place>DEATH_PLACE</death_place>
<burial_place>BURIAL_PLACE</burial_place>

<history>
HISTORY
</history>

<source>
SOURCE
</source>

<notes>
NOTES
</notes>

</familyweb>
