Skip to content

Instantly share code, notes, and snippets.

@aj-jaswanth
Last active May 4, 2017 04:14
Show Gist options
  • Save aj-jaswanth/a866939ba57520b361207c243b89fc5f to your computer and use it in GitHub Desktop.
Save aj-jaswanth/a866939ba57520b361207c243b89fc5f to your computer and use it in GitHub Desktop.
Sample output of gedcom problem
<gedcom>
<indi id="@I0001@">
<name>Elizabeth Alexandra Mary /Windsor/</name>
<sex>F</sex>
<birt>
<date>21 Apr 1926</date>
<plac>17 Bruton Street, London, W1</plac>
</birt>
<occu>Queen</occu>
<famc>@F0003@</famc>
<fams>@F0001@</fams>
<note>@N0002@</note>
<chan>
<date>13 Dec 2003</date>
</chan>
</indi>
<indi id="@I0002@">
<name>Philip /Mountbatten/</name>
<sex>M</sex>
<birt>
<date>1921</date>
</birt>
<titl>Duke of Edinburgh</titl>
<famc>@F0002@</famc>
<fams>@F0001@</fams>
<note>@N0001@</note>
<chan>
<date>6 Mar 2004</date>
</chan>
</indi>
<fam id="@F0002@">
<husb>@I0003@</husb>
<wife>@I0004@</wife>
<marr />
<chil>@I0002@</chil>
</fam>
<fam id="@F0003@">
<husb>@I0005@</husb>
<wife>@I0014@</wife>
<marr>
<date>1923</date>
</marr>
<chil>@I0001@</chil>
<chil>@I0015@</chil>
</fam>
<note id="@N0001@">
<conc>Took surname Mountbatten in March 1947</conc>
<cont>Known as "Phil the Greek"</cont>
</note>
<note id="@N0002@">
<conc>Born at home of Maternal grandparents</conc>
<cont>Educated privately</cont>
<cont>Coronation in 1953</cont>
</note>
</gedcom>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment