Use own colors; specifically to have white background.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Wed, 9 Jan 2002 16:55:47 +0000 (16:55 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Wed, 9 Jan 2002 16:55:47 +0000 (16:55 +0000)
doc/interface.html
doc/links.html
doc/parser.html
doc/usage.html

index aab82218eefec08564d2fec05f488dfb5d453bb9..74d5aadd0886d5fac92f5dcaa297705f68efd05a 100644 (file)
 <html>
 <head>
   <title>Libgedcom interface details</title>
-                                  
+                                         
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 </head>
-  <body>
-         
+  <body text="#000000" bgcolor="#ffffff" link="#000099" vlink="#990099" alink="#000099">
+           
 <h1 align="center">Libgedcom interface details</h1>
-     <br>
-         
+      <br>
+           
 <h2>Index</h2>
-         
+           
 <ul>
-       <li><a href="#Record_identifiers">Record identifiers</a></li>
-       <li><a href="#Element_identifiers">Element identifiers</a></li>
-       <li><a href="#Gedcom_val_types">Gedcom_val types</a></li>
-               
+        <li><a href="#Record_identifiers">Record identifiers</a></li>
+        <li><a href="#Element_identifiers">Element identifiers</a></li>
+        <li><a href="#Gedcom_val_types">Gedcom_val types</a></li>
+                   
   <ul>
-        <li><a href="#struct_date_value">struct date_value</a></li>
-        <li><a href="#struct_date">struct date</a></li>
-    <li><a href="#struct_xref_value">struct xref_value</a><br>
-       </li>
-               
+         <li><a href="#struct_date_value">struct date_value</a></li>
+         <li><a href="#struct_date">struct date</a></li>
+     <li><a href="#struct_xref_value">struct xref_value</a><br>
+        </li>
+                   
   </ul>
-         
+           
 </ul>
-     <br>
-         
-<hr width="100%" size="2">     
+      <br>
+           
+<hr width="100%" size="2">      
 <h2><a name="Record_identifiers"></a>Record identifiers</h2>
-     The following table describes the identifiers to be used in the record 
- callbacks.  &nbsp;The last columns gives the <a href="#Gedcom_val_types"><code>
-   Gedcom_val</code>   type</a> of the <code>xref</code> and&nbsp;<code>val</code><code>
-</code> arguments in the header  start callback.<br>
+      The following table describes the identifiers to be used in the record
+  callbacks.  &nbsp;The last columns gives the <a href="#Gedcom_val_types"><code>
+    Gedcom_val</code>   type</a> of the <code>xref</code> and&nbsp;<code>
+val</code><code> </code> arguments in the header  start callback.<br>
+      <br>
+           
+<table width="100%" border="1" cellspacing="2" cellpadding="2">
+        <tbody>
+          <tr>
+            <td valign="top" align="center"><b>Record</b><br>
+            </td>
+            <td valign="top" align="center"><b>Meaning</b><br>
+            </td>
+            <td valign="top" align="center"><b>Possible<br>
+      &nbsp;<code>xref</code> types</b><br>
+            </td>
+       <td valign="top" align="center"><b>Possible<br>
+       <code>val</code> types<br>
+       </b><br>
+       </td>
+          </tr>
+          <tr>
+            <td valign="top"><code>REC_HEAD</code><br>
+            </td>
+            <td valign="top">The header of the GEDCOM file<br>
+            </td>
+            <td valign="top"><code>NULL</code><br>
+            </td>
+       <td valign="top"><code>NULL</code><br>
+       </td>
+          </tr>
+          <tr>
+            <td valign="top"><code>REC_FAM</code><br>
+            </td>
+            <td valign="top">A record describing a family<br>
+            </td>
+            <td valign="top"><code>XREF_PTR(FAM)</code><br>
+            </td>
+       <td valign="top"><code>NULL</code><br>
+       </td>
+          </tr>
+          <tr>
+            <td valign="top"><code>REC_INDI</code><br>
+            </td>
+            <td valign="top">A record describing an individual<br>
+            </td>
+            <td valign="top"><code>XREF_PTR(INDI)</code><br>
+            </td>
+       <td valign="top"><code>NULL</code><br>
+       </td>
+          </tr>
+          <tr>
+            <td valign="top"><code>REC_OBJE</code><br>
+            </td>
+            <td valign="top">A record describing a multimedia object<br>
+            </td>
+            <td valign="top"><code>XREF_PTR(OBJE)</code><br>
+            </td>
+       <td valign="top"><code>NULL</code><br>
+       </td>
+          </tr>
+          <tr>
+            <td valign="top"><code>REC_NOTE</code><br>
+            </td>
+            <td valign="top">A record describing a note<br>
+            </td>
+            <td valign="top"><code>XREF_PTR(NOTE)</code><br>
+            </td>
+       <td valign="top"><code>STRING</code><br>
+       </td>
+          </tr>
+          <tr>
+            <td valign="top"><code>REC_REPO</code><br>
+            </td>
+            <td valign="top">A record describing a source repository<br>
+            </td>
+            <td valign="top"><code>XREF_PTR(REPO)</code><br>
+            </td>
+       <td valign="top"><code>NULL</code><br>
+       </td>
+          </tr>
+          <tr>
+            <td valign="top"><code>REC_SOUR</code><br>
+            </td>
+            <td valign="top">A record describing a source<br>
+            </td>
+            <td valign="top"><code>XREF_PTR(SOUR)</code><br>
+            </td>
+       <td valign="top"><code>NULL</code><br>
+       </td>
+          </tr>
+          <tr>
+            <td valign="top"><code>REC_SUBN</code><br>
+            </td>
+            <td valign="top">A record describing the submission<br>
+            </td>
+            <td valign="top"><code>XREF_PTR(SUBN)</code><br>
+            </td>
+       <td valign="top"><code>NULL</code><br>
+       </td>
+          </tr>
+          <tr>
+            <td valign="top"><code>REC_SUBM</code><br>
+            </td>
+            <td valign="top">A record describing the submitter<br>
+            </td>
+            <td valign="top"><code>XREF_PTR(SUBM</code>)<br>
+            </td>
+       <td valign="top"><code>NULL</code><br>
+       </td>
+          </tr>
+          <tr>
+            <td valign="top"><code>REC_USER</code><br>
+            </td>
+            <td valign="top">An application-specific record (the <code>tag</code>
+       in the start callback contains the actually used tag).<br>
+            </td>
+            <td valign="top"><code>NULL<br>
+ XREF_PTR(USER)<br>
+       </code><br>
+            </td>
+       <td valign="top"><code>NULL<br>
+ STRING<br>
+ XREF_PTR(USER)</code><br>
+       </td>
+          </tr>
+                       
+  </tbody>      
+</table>
+           
+<hr width="100%" size="2">      
+<h2><a name="Element_identifiers"></a>Element identifiers</h2>
+     The following table describes the identifiers to be used in the element
+  callbacks. &nbsp;The last column gives the <a href="file:///home/verthezp/src/external/gedcom-parse/doc/interface.html#Gedcom_val_types"><code>
+     Gedcom_val</code>  type</a> of the <code>val</code> argument in the
+element   start callback.<br>
      <br>
          
-<table width="100%" border="1" cellspacing="2" cellpadding="2">
+<table cellpadding="2" cellspacing="2" border="1" width="100%">
        <tbody>
          <tr>
-           <td valign="top" align="center"><b>Record</b><br>
+           <td valign="top" align="center"><b>Element</b><br>
+           </td>
+           <td valign="top" align="center"><b>Possible<br>
+     tags<br>
+           </b><br>
+           </td>
+           <td valign="top" align="center"><b>Used within</b><br>
+           </td>
+           <td valign="top" align="center"><b>Possible<br>
+           <code>val</code> types<br>
+           </b><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_SOUR</code><br>
+           </td>
+           <td valign="top"><code>SOUR</code><br>
+           </td>
+           <td valign="top"><code>REC_HEAD</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_SOUR_VERS</code><br>
+           </td>
+           <td valign="top"><code>VERS</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_SOUR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_SOUR_NAME</code><br>
+           </td>
+           <td valign="top"><code>NAME</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_SOUR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_SOUR_CORP</code><br>
+           </td>
+           <td valign="top"><code>CORP</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_SOUR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_SOUR_DATA</code><br>
+           </td>
+           <td valign="top"><code>DATA</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_SOUR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_SOUR_DATA_DATE</code><br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_SOUR_DATA</code><br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_SOUR_DATA_COPR</code><br>
+           </td>
+           <td valign="top"><code>COPR</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_SOUR_DATA</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_DEST</code><br>
+           </td>
+           <td valign="top"><code>DEST</code><br>
+           </td>
+           <td valign="top"><code>REC_HEAD</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_DATE</code><br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+           <td valign="top"><code>REC_HEAD</code><br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_DATE_TIME</code><br>
+           </td>
+           <td valign="top"><code>TIME</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_DATE</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_SUBM</code><br>
+           </td>
+           <td valign="top"><code>SUBM</code><br>
+           </td>
+           <td valign="top"><code>REC_HEAD</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(SUBM)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_SUBN</code><br>
+           </td>
+           <td valign="top"><code>SUBN</code><br>
+           </td>
+           <td valign="top"><code>REC_HEAD</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(SUBN)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_FILE</code><br>
+           </td>
+           <td valign="top"><code>FILE</code><br>
+           </td>
+           <td valign="top"><code>REC_HEAD</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_COPR</code><br>
+           </td>
+           <td valign="top"><code>COPR</code><br>
+           </td>
+           <td valign="top"><code>REC_HEAD</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_GEDC</code><br>
+           </td>
+           <td valign="top"><code>GEDC</code><br>
+           </td>
+           <td valign="top"><code>REC_HEAD</code><br>
+           </td>
+           <td valign="top"><code>NULL</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_GEDC_VERS</code><br>
+           </td>
+           <td valign="top"><code>VERS</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_GEDC</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_GEDC_FORM</code><br>
+           </td>
+           <td valign="top"><code>FORM</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_GEDC</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_CHAR</code><br>
+           </td>
+           <td valign="top"><code>CHAR</code><br>
+           </td>
+           <td valign="top"><code>REC_HEAD</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_CHAR_VERS</code><br>
+           </td>
+           <td valign="top"><code>VERS</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_CHAR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_LANG</code><br>
+           </td>
+           <td valign="top"><code>LANG</code><br>
+           </td>
+           <td valign="top"><code>REC_HEAD</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_PLAC</code><br>
+           </td>
+           <td valign="top"><code>PLAC</code><br>
+           </td>
+           <td valign="top"><code>REC_HEAD</code><br>
+           </td>
+           <td valign="top"><code>NULL</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_PLAC_FORM</code><br>
+           </td>
+           <td valign="top"><code>FORM</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_PLAC</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_HEAD_NOTE</code><br>
+           </td>
+           <td valign="top"><code>NOTE</code><br>
+           </td>
+           <td valign="top"><code>REC_HEAD</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_FAM_HUSB</code><br>
+           </td>
+           <td valign="top"><code>HUSB</code><br>
+           </td>
+           <td valign="top"><code>REC_FAM</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(INDI)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_FAM_WIFE</code><br>
+           </td>
+           <td valign="top"><code>WIFE</code><br>
+           </td>
+           <td valign="top"><code>REC_FAM</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(INDI)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_FAM_CHIL</code><br>
+           </td>
+           <td valign="top"><code>CHIL</code><br>
+           </td>
+           <td valign="top"><code>REC_FAM</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(INDI)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_FAM_NCHI</code><br>
+           </td>
+           <td valign="top"><code>NCHI</code><br>
+           </td>
+           <td valign="top"><code>REC_FAM</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_FAM_SUBM</code><br>
+           </td>
+           <td valign="top"><code>SUBM</code><br>
+           </td>
+           <td valign="top"><code>REC_FAM</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(SUBM)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_INDI_RESN</code><br>
+           </td>
+           <td valign="top"><code>RES</code><code>N</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_INDI_SEX</code><br>
+           </td>
+           <td valign="top"><code>SEX</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_INDI_SUBM</code><br>
+           </td>
+           <td valign="top"><code>SUBM</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(SUBM)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_INDI_ALIA</code><br>
+           </td>
+           <td valign="top"><code>ALIA</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(INDI)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_INDI_ANCI</code><br>
+           </td>
+           <td valign="top"><code>ANCI</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(SUBM)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_INDI_DESI</code><br>
+           </td>
+           <td valign="top"><code>DESI</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(SUBM)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_INDI_RFN</code><br>
+           </td>
+           <td valign="top"><code>RFN</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_INDI_AFN</code><br>
+           </td>
+           <td valign="top"><code>AFN</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_OBJE_FORM</code><br>
+           </td>
+           <td valign="top"><code>FORM</code><br>
+           </td>
+           <td valign="top"><code>REC_OBJE</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_OBJE_TITL</code><br>
+           </td>
+           <td valign="top"><code>TITL</code><br>
+           </td>
+           <td valign="top"><code>REC_OBJE</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_OBJE_BLOB</code><br>
+           </td>
+           <td valign="top"><code>BLOB</code><br>
+           </td>
+           <td valign="top"><code>REC_OBJE</code><br>
+           </td>
+           <td valign="top"><code>NULL</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_OBJE_BLOB_CONT</code><br>
+           </td>
+           <td valign="top"><code>CONT</code><br>
+           </td>
+           <td valign="top"><code>ELT_OBJE_BLOB</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_OBJE_OBJE</code><br>
+           </td>
+           <td valign="top"><code>OBJE</code><br>
+           </td>
+           <td valign="top"><code>REC_OBJE</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(OBJE)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_REPO_NAME</code><br>
+           </td>
+           <td valign="top"><code>NAME</code><br>
+           </td>
+           <td valign="top"><code>REC_REPO</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SOUR_DATA</code><br>
+           </td>
+           <td valign="top"><code>DATA</code><br>
+           </td>
+           <td valign="top"><code>REC_SOUR</code><br>
+           </td>
+           <td valign="top"><code>NULL</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SOUR_DATA_EVEN</code><br>
+           </td>
+           <td valign="top"><code>EVEN</code><br>
+           </td>
+           <td valign="top"><code>ELT_SOUR_DATA</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SOUR_DATA_EVEN_DATE</code><br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SOUR_DATA_EVEN</code><br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SOUR_DATA_EVEN_PLAC</code><br>
+           </td>
+           <td valign="top"><code>PLAC</code><br>
+           </td>
+           <td valign="top"><code>ELT_SOUR_DATA_EVEN</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SOUR_DATA_AGNC</code><br>
+           </td>
+           <td valign="top"><code>AGNC</code><br>
+           </td>
+           <td valign="top"><code>ELT_SOUR_DATA</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SOUR_AUTH</code><br>
+           </td>
+           <td valign="top"><code>AUTH</code><br>
+           </td>
+           <td valign="top"><code>REC_SOUR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SOUR_TITL</code><br>
+           </td>
+           <td valign="top"><code>TITL</code><br>
+           </td>
+           <td valign="top"><code>REC_SOUR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SOUR_ABBR</code><br>
+           </td>
+           <td valign="top"><code>ABBR</code><br>
+           </td>
+           <td valign="top"><code>REC_SOUR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SOUR_PUBL</code><br>
+           </td>
+           <td valign="top"><code>PUBL</code><br>
+           </td>
+           <td valign="top"><code>REC_SOUR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SOUR_TEXT</code><br>
+           </td>
+           <td valign="top"><code>TEXT</code><br>
+           </td>
+           <td valign="top"><code>REC_SOUR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUBN_SUBM</code><br>
+           </td>
+           <td valign="top"><code>SUBM</code><br>
+           </td>
+           <td valign="top"><code>REC_SUBN</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(SUBM)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUBN_FAMF</code><br>
+           </td>
+           <td valign="top"><code>FAMF</code><br>
+           </td>
+           <td valign="top"><code>REC_SUBN</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUBN_TEMP</code><br>
+           </td>
+           <td valign="top"><code>TEMP</code><br>
+           </td>
+           <td valign="top"><code>REC_SUBN</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUBN_ANCE</code><br>
+           </td>
+           <td valign="top"><code>ANCE</code><br>
+           </td>
+           <td valign="top"><code>REC_SUBN</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUBN_DESC</code><br>
+           </td>
+           <td valign="top"><code>DESC</code><br>
+           </td>
+           <td valign="top"><code>REC_SUBN</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUBN_ORDI</code><br>
+           </td>
+           <td valign="top"><code>ORDI</code><br>
+           </td>
+           <td valign="top"><code>REC_SUBN</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUBN_RIN</code><br>
+           </td>
+           <td valign="top"><code>RIN</code><br>
+           </td>
+           <td valign="top"><code>REC_SUBN</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUBM_NAME</code><br>
+           </td>
+           <td valign="top"><nobr><code>NAME</code></nobr><br>
+           </td>
+           <td valign="top"><code>REC_SUBM</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUBM_LANG</code><br>
+           </td>
+           <td valign="top"><code>LANG</code><br>
+           </td>
+           <td valign="top"><code>REC_SUBM</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUBM_RFN</code><br>
+           </td>
+           <td valign="top"><code>RFN</code><br>
+           </td>
+           <td valign="top"><code>REC_SUBM</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUBM_RIN</code><br>
+           </td>
+           <td valign="top"><code>RIN</code><br>
+           </td>
+           <td valign="top"><code>REC_SUBM</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_ADDR</code><br>
+           </td>
+           <td valign="top"><code>ADDR</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_SOUR_CORP,<br>
+    REC_REPO, REC_SUBM,<br>
+          </code><code>ELT_SUB_FAM_EVT</code>,<br>
+          <code>ELT_SUB_FAM_EVT_EVEN,<br>
+    ELT_SUB_INDIV_ATTR,<br>
+    ELT_SUB_INDIV_RESI,<br>
+    ELT_SUB_INDIV_BIRT,<br>
+    ELT_SUB_INDIV_GEN,<br>
+    ELT_SUB_INDIV_ADOP<br>
+          </code><br>
+          <br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_ADDR_CONT</code><br>
+           </td>
+           <td valign="top"><code>CONT</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_ADDR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_ADDR_ADR1</code><br>
+           </td>
+           <td valign="top"><code>ADR1</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_ADDR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_ADDR_ADR2</code><br>
+           </td>
+           <td valign="top"><code>ADR2</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_ADDR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_ADDR_CITY</code><br>
+           </td>
+           <td valign="top"><code>CITY</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_ADDR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_ADDR_STAE</code><br>
+           </td>
+           <td valign="top"><code>STAE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_ADDR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_ADDR_POST</code><br>
+           </td>
+           <td valign="top"><code>POST</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_ADDR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_ADDR_CTRY</code><br>
+           </td>
+           <td valign="top"><code>CTRY</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_ADDR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_PHON</code><br>
+           </td>
+           <td valign="top"><code>PHON</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_SOUR_CORP,<br>
+    REC_REPO, REC_SUBM,<br>
+          </code><code>ELT_SUB_FAM_EVT,<br>
+          </code><code>ELT_SUB_FAM_EVT_EVEN,<br>
+    ELT_SUB_INDIV_ATTR,<br>
+    ELT_SUB_INDIV_RESI,<br>
+    ELT_SUB_INDIV_BIRT,<br>
+    ELT_SUB_INDIV_GEN,<br>
+    ELT_SUB_INDIV_ADOP<br>
+          </code><br>
+          <br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_ASSO</code><br>
+           </td>
+           <td valign="top"><code>ASSO</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(INDI)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_ASSO_TYPE</code><br>
+           </td>
+           <td valign="top"><code>TYPE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_ASSO</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_ASSO_RELA</code><br>
+           </td>
+           <td valign="top"><code>RELA</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_ASSO</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_CHAN</code><br>
+           </td>
+           <td valign="top"><code>CHAN</code><br>
+           </td>
+           <td valign="top"><code>REC_FAM, REC_INDI,<br>
+    REC_OBJE, REC_NOTE,<br>
+    REC_REPO, REC_SOUR,<br>
+    REC_SUBM<br>
+          </code><br>
+           </td>
+           <td valign="top"><code>NULL</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_CHAN_DATE</code><br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_CHAN</code><br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_CHAN_TIME</code><br>
+           </td>
+           <td valign="top"><code>TIME</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_CHAN_DATE</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_FAMC</code><br>
+           </td>
+           <td valign="top"><code>FAMC</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(FAM)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_FAMC_PEDI</code><br>
+           </td>
+           <td valign="top"><code>PEDI</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_FAMC</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_CONT</code><br>
+           </td>
+           <td valign="top"><code>CONT</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_NOTE, REC_NOTE,<br>
+    ELT_SOUR_AUTH, ELT_SOUR_TITL,<br>
+    ELT_SOUR_PUBL, ELT_SOUR_TEXT,<br>
+    ELT_SUB_NOTE, <br>
+    ELT_SUB_SOUR, ELT_SUB_SOUR_TEXT<br>
+          </code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_CONC</code><br>
+           </td>
+           <td valign="top"><code>CONC</code><br>
+           </td>
+           <td valign="top"><code>ELT_HEAD_NOTE, REC_NOTE,<br>
+    ELT_SOUR_AUTH, ELT_SOUR_TITL,<br>
+    ELT_SOUR_PUBL, ELT_SOUR_TEXT,<br>
+    ELT_SUB_NOTE, <br>
+    ELT_SUB_SOUR, ELT_SUB_SOUR_TEXT<br>
+          </code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_EVT_TYPE</code><br>
+           </td>
+           <td valign="top"><code>TYPE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_FAM_EVT,<br>
+          </code><code>ELT_SUB_FAM_EVT_EVEN,<br>
+    ELT_SUB_INDIV_ATTR,<br>
+    ELT_SUB_INDIV_RESI,<br>
+    ELT_SUB_INDIV_BIRT,<br>
+    ELT_SUB_INDIV_GEN,<br>
+    ELT_SUB_INDIV_ADOP<br>
+          </code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_EVT_DATE</code><br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_FAM_EVT</code>,<br>
+          <code>ELT_SUB_FAM_EVT_EVEN,<br>
+    ELT_SUB_INDIV_ATTR</code><code>,<br>
+     ELT_SUB_INDIV_RESI,<br>
+     ELT_SUB_INDIV_BIRT,<br>
+     ELT_SUB_INDIV_GEN,<br>
+     ELT_SUB_INDIV_ADOP<br>
+          </code><br>
+          <br>
+          <br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_EVT_AGE</code><br>
+           </td>
+           <td valign="top"><code>AGE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_FAM_EVT,<br>
+          </code><code>ELT_SUB_FAM_EVT_EVEN,<br>
+    ELT_SUB_INDIV_ATTR,<br>
+    ELT_SUB_INDIV_RESI</code><code>,<br>
+     ELT_SUB_INDIV_BIRT,<br>
+     ELT_SUB_INDIV_GEN,<br>
+     ELT_SUB_INDIV_ADOP</code><br>
+          <br>
+          <br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_EVT_AGNC</code><br>
+           </td>
+           <td valign="top"><code>AGNC</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_FAM_EVT,<br>
+          </code><code>ELT_SUB_FAM_EVT_EVEN,<br>
+    ELT_SUB_INDIV_ATTR,<br>
+    ELT_SUB_INDIV_RESI</code><code>,<br>
+     ELT_SUB_INDIV_BIRT,<br>
+     ELT_SUB_INDIV_GEN,<br>
+     ELT_SUB_INDIV_ADOP</code><br>
+          <br>
+          <br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_EVT_CAUS</code><br>
+           </td>
+           <td valign="top"><code>CAUS</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_FAM_EVT,<br>
+          </code><code>ELT_SUB_FAM_EVT_EVEN,<br>
+    ELT_SUB_INDIV_ATTR,<br>
+    ELT_SUB_INDIV_RESI</code><code>,<br>
+     ELT_SUB_INDIV_BIRT,<br>
+     ELT_SUB_INDIV_GEN,<br>
+     ELT_SUB_INDIV_ADOP</code><br>
+          <br>
+          <br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_FAM_EVT</code><br>
+           </td>
+           <td valign="top"><code>ANUL, CENS, DIV,<br>
+     DIVF, ENGA, MARR,<br>
+     MARB, MARC, MARL,<br>
+     MARS</code><br>
+           </td>
+           <td valign="top"><code>REC_FAM</code><br>
+           </td>
+           <td valign="top"><code>NULL<br>
+     STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_FAM_EVT_HUSB</code><br>
+           </td>
+           <td valign="top"><code>HUSB</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_FAM_EVT</code>,<br>
+          <code>ELT_SUB_FAM_EVT_EVEN</code><br>
+           </td>
+           <td valign="top"><code>NULL</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_FAM_EVT_WIFE</code><br>
+           </td>
+           <td valign="top"><code>WIFE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_FAM_EVT</code>,<br>
+          <code>ELT_SUB_FAM_EVT_EVEN</code><br>
+           </td>
+           <td valign="top"><code>NULL</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_FAM_EVT_AGE</code><br>
+           </td>
+           <td valign="top"><code>AGE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_FAM_EVT_HUSB</code>,<br>
+          <code>ELT_SUB_FAM_EVT_WIFE</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_FAM_EVT_EVEN</code><br>
+           </td>
+           <td valign="top"><code>EVEN</code><br>
+           </td>
+           <td valign="top"><code>REC_FAM</code><br>
+           </td>
+           <td valign="top"><code>NULL</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_IDENT_REFN</code><br>
+           </td>
+           <td valign="top"><code>REFN</code><br>
+           </td>
+           <td valign="top"><code>REC_FAM, REC_INDI,<br>
+    REC_OBJE, REC_NOTE,<br>
+    REC_REPO, REC_SOUR<br>
+          </code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_IDENT_REFN_TYPE</code><br>
+           </td>
+           <td valign="top"><code>TYPE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_IDENT_REFN</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_IDENT_RIN</code><br>
+           </td>
+           <td valign="top"><code>RIN</code><br>
+           </td>
+           <td valign="top"><code>REC_FAM, REC_INDI,<br>
+    REC_OBJE, REC_NOTE,<br>
+    REC_REPO, REC_SOUR<br>
+          </code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_INDIV_ATTR</code><br>
+           </td>
+           <td valign="top"><code>CAST, DSCR, EDUC,<br>
+     IDNO, NATI, NCHR,<br>
+     NMR, OCCU, PROP,<br>
+     RELI, SSN, TITL</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_INDIV_RESI</code><br>
+           </td>
+           <td valign="top"><code>RESI</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>NULL</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_INDIV_BIRT</code><br>
+           </td>
+           <td valign="top"><code>BIRT, CHR</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>NULL<br>
+     STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_INDIV_BIRT_FAMC</code><br>
+           </td>
+           <td valign="top"><code>FAMC</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_INDIV_BIRT</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(FAM)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_INDIV_GEN</code><br>
+           </td>
+           <td valign="top"><code>DEAT, BURI, CREM,<br>
+     BAPM, BARM, BASM,<br>
+     BLES, CHRA, CONF,<br>
+     FCOM, ORDN, NATU,<br>
+     EMIG, IMMI, CENS,<br>
+     PROB, WILL, GRAD,<br>
+     RETI</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>NULL<br>
+     STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_INDIV_ADOP</code><br>
+           </td>
+           <td valign="top"><code>ADOP</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>NULL<br>
+     STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_INDIV_ADOP_FAMC</code><br>
+           </td>
+           <td valign="top"><code>FAMC</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_INDIV_ADOP</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(FAM)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_INDIV_ADOP_FAMC_ADOP</code><br>
+           </td>
+           <td valign="top"><code>ADOP</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_INDIV_ADOP_FAMC</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_INDIV_EVEN</code><br>
+           </td>
+           <td valign="top"><code>EVEN</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>NULL</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_LIO_BAPL</code><br>
+           </td>
+           <td valign="top"><code>BAPL, CONL, ENDL</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>NULL</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_LIO_BAPL_STAT</code><br>
+           </td>
+           <td valign="top"><code>STAT</code><br>
+           </td>
+           <td valign="top"><code></code><code>ELT_SUB_LIO_BAPL,<br>
+    ELT_SUB_LIO_SLGC<br>
+          </code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_LIO_BAPL_DATE</code><br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_LIO_BAPL</code><code>,<br>
+     ELT_SUB_LIO_SLGC<br>
+          </code><br>
+          <br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_LIO_BAPL_TEMP</code><br>
+           </td>
+           <td valign="top"><code>TEMP</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_LIO_BAPL</code><code>,<br>
+     ELT_SUB_LIO_SLGC<br>
+          </code><br>
+          <br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_LIO_BAPL_PLAC</code><br>
+           </td>
+           <td valign="top"><code>PLAC</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_LIO_BAPL</code><code>,<br>
+     ELT_SUB_LIO_SLGC<br>
+          </code><br>
+          <br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_LIO_SLGC</code><br>
+           </td>
+           <td valign="top"><code>SLGC</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>NULL</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_LIO_SLGC_FAMC</code><br>
+           </td>
+           <td valign="top"><code>FAMC</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_LIO_SLGC</code><br>
+           </td>
+           <td valign="top"><code>XREF_PTR(FAM)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_LSS_SLGS</code><br>
+           </td>
+           <td valign="top"><code>SLGS</code><br>
+           </td>
+           <td valign="top"><code>REC_FAM</code><br>
+           </td>
+           <td valign="top"><code>NULL</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_LSS_SLGS_STAT</code><br>
+           </td>
+           <td valign="top"><code>STAT</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_LSS_SLGS</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_LSS_SLGS_DATE</code><br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_LSS_SLGS</code><br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_LSS_SLGS_TEMP</code><br>
+           </td>
+           <td valign="top"><code>TEMP</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_LSS_SLGS</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_LSS_SLGS_PLAC</code><br>
+           </td>
+           <td valign="top"><code>PLAC</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_LSS_SLGS</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_MULTIM_OBJE</code><br>
+           </td>
+           <td valign="top"><code>OBJE</code><br>
+           </td>
+           <td valign="top"><code>REC_FAM, REC_INDI,<br>
+    REC_SOUR, REC_SUBM,<br>
+          </code><code>ELT_SUB_FAM_EVT,<br>
+    ELT_SUB_FAM_EVT_EVEN,<br>
+    ELT_SUB_INDIV_ATTR,<br>
+    ELT_SUB_INDIV_RESI</code><code>,<br>
+     ELT_SUB_INDIV_BIRT,<br>
+     ELT_SUB_INDIV_GEN,<br>
+     ELT_SUB_INDIV_ADOP,<br>
+    ELT_SUB_SOUR</code><br>
+           </td>
+           <td valign="top"><code>NULL<br>
+ XREF_PTR(OBJE)<br>
+       </code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_MULTIM_OBJE_FORM</code><br>
+           </td>
+           <td valign="top"><code>FORM</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_MULTIM_OBJE</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_MULTIM_OBJE_TITL</code><br>
+           </td>
+           <td valign="top"><code>TITL</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_MULTIM_OBJE</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_MULTIM_OBJE_FILE</code><br>
+           </td>
+           <td valign="top"><code>FILE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_MULTIM_OBJE</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_NOTE</code><br>
+           </td>
+           <td valign="top"><code>NOTE</code><br>
+           </td>
+           <td valign="top"><code>REC_FAM, REC_INDI,<br>
+    REC_OBJE, REC_REPO,<br>
+    REC_SOUR, ELT_SOUR_DATA,<br>
+    ELT_SUB_ASSO, ELT_SUB_CHAN,<br>
+    ELT_SUB_FAMC, </code><code>ELT_SUB_FAM_EVT,<br>
+    ELT_SUB_FAM_EVT_EVEN,<br>
+    ELT_SUB_INDIV_ATTR,<br>
+    ELT_SUB_INDIV_RESI</code><code>,<br>
+     ELT_SUB_INDIV_BIRT,<br>
+     ELT_SUB_INDIV_GEN,<br>
+     ELT_SUB_INDIV_ADOP,<br>
+    ELT_SUB_LIO_BAPL,<br>
+    ELT_SUB_LIO_SLGC,<br>
+    ELT_SUB_LSS_SLGS,<br>
+    ELT_SUB_MULTIM_OBJE,<br>
+    ELT_SUB_PERS_NAME,<br>
+    ELT_SUB_PLAC,<br>
+    ELT_SUB_SOUR,<br>
+    ELT_SUB_REPO,<br>
+    ELT_SUB_FAMS</code><br>
+           </td>
+           <td valign="top"><code>NULL<br>
+     STRING<br>
+ XREF_PTR(NOTE)<br>
+       </code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_PERS_NAME</code><br>
+           </td>
+           <td valign="top"><code>NAME</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_PERS_NAME_NPFX</code><br>
            </td>
-           <td valign="top" align="center"><b>Meaning</b><br>
+           <td valign="top"><code>NPFX</code><br>
            </td>
-           <td valign="top" align="center"><b>Possible<br>
-     &nbsp;<code>xref</code> types</b><br>
+           <td valign="top"><code>ELT_SUB_PERS_NAME</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
            </td>
-      <td valign="top" align="center"><b>Possible<br>
-      <code>val</code> types<br>
-      </b><br>
-      </td>
          </tr>
          <tr>
-           <td valign="top"><code>REC_HEAD</code><br>
+           <td valign="top"><code>ELT_SUB_PERS_NAME_GIVN</code><br>
            </td>
-           <td valign="top">The header of the GEDCOM file<br>
+           <td valign="top"><code>GIVN</code><br>
            </td>
-           <td valign="top"><code>NULL</code><br>
+           <td valign="top"><code>ELT_SUB_PERS_NAME</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
            </td>
-      <td valign="top"><code>NULL</code><br>
-      </td>
          </tr>
          <tr>
-           <td valign="top"><code>REC_FAM</code><br>
+           <td valign="top"><code>ELT_SUB_PERS_NAME_NICK</code><br>
            </td>
-           <td valign="top">A record describing a family<br>
+           <td valign="top"><code>NICK</code><br>
            </td>
-           <td valign="top"><code>XREF_PTR(FAM)</code><br>
+           <td valign="top"><code>ELT_SUB_PERS_NAME</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
            </td>
-      <td valign="top"><code>NULL</code><br>
-      </td>
          </tr>
          <tr>
-           <td valign="top"><code>REC_INDI</code><br>
+           <td valign="top"><code>ELT_SUB_PERS_NAME_SPFX</code><br>
            </td>
-           <td valign="top">A record describing an individual<br>
+           <td valign="top"><code>SPFX</code><br>
            </td>
-           <td valign="top"><code>XREF_PTR(INDI)</code><br>
+           <td valign="top"><code>ELT_SUB_PERS_NAME</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
            </td>
-      <td valign="top"><code>NULL</code><br>
-      </td>
          </tr>
          <tr>
-           <td valign="top"><code>REC_OBJE</code><br>
+           <td valign="top"><code>ELT_SUB_PERS_NAME_SURN</code><br>
            </td>
-           <td valign="top">A record describing a multimedia object<br>
+           <td valign="top"><code>SURN</code><br>
            </td>
-           <td valign="top"><code>XREF_PTR(OBJE)</code><br>
+           <td valign="top"><code>ELT_SUB_PERS_NAME</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
            </td>
-      <td valign="top"><code>NULL</code><br>
-      </td>
          </tr>
          <tr>
-           <td valign="top"><code>REC_NOTE</code><br>
+           <td valign="top"><code>ELT_SUB_PERS_NAME_NSFX</code><br>
+           </td>
+           <td valign="top"><code>NSFX</code><br>
            </td>
-           <td valign="top">A record describing a note<br>
+           <td valign="top"><code>ELT_SUB_PERS_NAME</code><br>
            </td>
-           <td valign="top"><code>XREF_PTR(NOTE)</code><br>
+           <td valign="top"><code>STRING</code><br>
            </td>
-      <td valign="top"><code>STRING</code><br>
-      </td>
          </tr>
          <tr>
-           <td valign="top"><code>REC_REPO</code><br>
+           <td valign="top"><code>ELT_SUB_PLAC</code><br>
            </td>
-           <td valign="top">A record describing a source repository<br>
+           <td valign="top"><code>PLAC</code><br>
            </td>
-           <td valign="top"><code>XREF_PTR(REPO)</code><br>
+           <td valign="top"><code>ELT_SUB_FAM_EVT</code>,<br>
+          <code>ELT_SUB_FAM_EVT_EVEN,<br>
+    ELT_SUB_INDIV_ATTR,<br>
+    ELT_SUB_INDIV_RESI</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_PLAC_FORM</code><br>
+           </td>
+           <td valign="top"><code>FORM</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_PLAC</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_SOUR</code><br>
+           </td>
+           <td valign="top"><code>SOUR</code><br>
+           </td>
+           <td valign="top"><code>REC_FAM, REC_INDI,<br>
+    REC_NOTE, ELT_SUB_ASSO<br>
+          </code><code>ELT_SUB_FAM_EVT,<br>
+          </code><code>ELT_SUB_FAM_EVT_EVEN,<br>
+    ELT_SUB_INDIV_ATTR,<br>
+    ELT_SUB_INDIV_RESI</code><code>,<br>
+     ELT_SUB_INDIV_BIRT,<br>
+     ELT_SUB_INDIV_GEN,<br>
+     ELT_SUB_INDIV_ADOP,<br>
+    ELT_SUB_LIO_BAPL,<br>
+    ELT_SUB_LIO_SLGC,<br>
+    ELT_SUB_LSS_SLGS,<br>
+    ELT_SUB_NOTE,<br>
+    ELT_SUB_PERS_NAME,<br>
+    ELT_SUB_PLAC</code><br>
+           </td>
+           <td valign="top"><code>STRING<br>
+ XREF_PTR(SOUR)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_SOUR_PAGE</code><br>
+           </td>
+           <td valign="top"><code>PAGE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_SOUR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_SOUR_EVEN</code><br>
+           </td>
+           <td valign="top"><code>EVEN</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_SOUR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_SOUR_EVEN_ROLE</code><br>
+           </td>
+           <td valign="top"><code>ROLE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_SOUR_EVEN</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_SOUR_DATA</code><br>
+           </td>
+           <td valign="top"><code>DATA</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_SOUR</code><br>
+           </td>
+           <td valign="top"><code>NULL</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_SOUR_DATA_DATE</code><br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_SOUR_DATA</code><br>
+           </td>
+           <td valign="top"><code>DATE</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_SOUR_TEXT</code><br>
+           </td>
+           <td valign="top"><code>TEXT</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_SOUR<br>
+    ELT_SUB_SOUR_DATA</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
            </td>
-      <td valign="top"><code>NULL</code><br>
-      </td>
          </tr>
          <tr>
+           <td valign="top"><code>ELT_SUB_SOUR_QUAY</code><br>
+           </td>
+           <td valign="top"><code>QUAY</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_SOUR</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_REPO</code><br>
+           </td>
+           <td valign="top"><code>REPO</code><br>
+           </td>
            <td valign="top"><code>REC_SOUR</code><br>
            </td>
-           <td valign="top">A record describing a source<br>
+           <td valign="top"><code>XREF_PTR(REPO)</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top"><code>ELT_SUB_REPO_CALN</code><br>
            </td>
-           <td valign="top"><code>XREF_PTR(SOUR)</code><br>
+           <td valign="top"><code>CALN</code><br>
+           </td>
+           <td valign="top"><code>ELT_SUB_REPO</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
            </td>
-      <td valign="top"><code>NULL</code><br>
-      </td>
          </tr>
          <tr>
-           <td valign="top"><code>REC_SUBN</code><br>
+           <td valign="top"><code>ELT_SUB_REPO_CALN_MEDI</code><br>
            </td>
-           <td valign="top">A record describing the submission<br>
+           <td valign="top"><code>MEDI</code><br>
            </td>
-           <td valign="top"><code>XREF_PTR(SUBN)</code><br>
+           <td valign="top"><code>ELT_SUB_REPO_CALN</code><br>
+           </td>
+           <td valign="top"><code>STRING</code><br>
            </td>
-      <td valign="top"><code>NULL</code><br>
-      </td>
          </tr>
          <tr>
-           <td valign="top"><code>REC_SUBM</code><br>
+           <td valign="top"><code>ELT_SUB_FAMS</code><br>
            </td>
-           <td valign="top">A record describing the submitter<br>
+           <td valign="top"><code>FAMS</code><br>
+           </td>
+           <td valign="top"><code>REC_INDI</code><br>
            </td>
-           <td valign="top"><code>XREF_PTR(SUBM</code>)<br>
+           <td valign="top"><code>XREF_PTR(FAM)</code><br>
            </td>
-      <td valign="top"><code>NULL</code><br>
-      </td>
          </tr>
          <tr>
-           <td valign="top"><code>REC_USER</code><br>
+           <td valign="top"><code>ELT_USER</code><br>
+           </td>
+           <td valign="top"><code>any tag starting<br>
+     with an underscore</code><br>
            </td>
-           <td valign="top">An application-specific record (the <code>tag</code>
-      in the start callback contains the actually used tag).<br>
+           <td valign="top"><code>anywhere</code><br>
            </td>
            <td valign="top"><code>NULL<br>
-XREF_PTR(USER)<br>
     </code><br>
+     STRING<br>
XREF_PTR(USER)</code><br>
            </td>
-      <td valign="top"><code>NULL<br>
-STRING<br>
-XREF_PTR(USER)</code><br>
-      </td>
          </tr>
                    
   </tbody>     
 </table>
-         
-<hr width="100%" size="2">     
-<h2><a name="Element_identifiers"></a>Element identifiers</h2>
-    The following table describes the identifiers to be used in the element 
- callbacks. &nbsp;The last column gives the <a href="file:///home/verthezp/src/external/gedcom-parse/doc/interface.html#Gedcom_val_types"><code>
-    Gedcom_val</code>  type</a> of the <code>val</code> argument in the element
-  start callback.<br>
-    <br>
-       
-<table cellpadding="2" cellspacing="2" border="1" width="100%">
-      <tbody>
-        <tr>
-          <td valign="top" align="center"><b>Element</b><br>
-          </td>
-          <td valign="top" align="center"><b>Possible<br>
-    tags<br>
-          </b><br>
-          </td>
-          <td valign="top" align="center"><b>Used within</b><br>
-          </td>
-          <td valign="top" align="center"><b>Possible<br>
-          <code>val</code> types<br>
-          </b><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_SOUR</code><br>
-          </td>
-          <td valign="top"><code>SOUR</code><br>
-          </td>
-          <td valign="top"><code>REC_HEAD</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_SOUR_VERS</code><br>
-          </td>
-          <td valign="top"><code>VERS</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_SOUR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_SOUR_NAME</code><br>
-          </td>
-          <td valign="top"><code>NAME</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_SOUR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_SOUR_CORP</code><br>
-          </td>
-          <td valign="top"><code>CORP</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_SOUR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_SOUR_DATA</code><br>
-          </td>
-          <td valign="top"><code>DATA</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_SOUR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_SOUR_DATA_DATE</code><br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_SOUR_DATA</code><br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_SOUR_DATA_COPR</code><br>
-          </td>
-          <td valign="top"><code>COPR</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_SOUR_DATA</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_DEST</code><br>
-          </td>
-          <td valign="top"><code>DEST</code><br>
-          </td>
-          <td valign="top"><code>REC_HEAD</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_DATE</code><br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-          <td valign="top"><code>REC_HEAD</code><br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_DATE_TIME</code><br>
-          </td>
-          <td valign="top"><code>TIME</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_DATE</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_SUBM</code><br>
-          </td>
-          <td valign="top"><code>SUBM</code><br>
-          </td>
-          <td valign="top"><code>REC_HEAD</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(SUBM)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_SUBN</code><br>
-          </td>
-          <td valign="top"><code>SUBN</code><br>
-          </td>
-          <td valign="top"><code>REC_HEAD</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(SUBN)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_FILE</code><br>
-          </td>
-          <td valign="top"><code>FILE</code><br>
-          </td>
-          <td valign="top"><code>REC_HEAD</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_COPR</code><br>
-          </td>
-          <td valign="top"><code>COPR</code><br>
-          </td>
-          <td valign="top"><code>REC_HEAD</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_GEDC</code><br>
-          </td>
-          <td valign="top"><code>GEDC</code><br>
-          </td>
-          <td valign="top"><code>REC_HEAD</code><br>
-          </td>
-          <td valign="top"><code>NULL</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_GEDC_VERS</code><br>
-          </td>
-          <td valign="top"><code>VERS</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_GEDC</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_GEDC_FORM</code><br>
-          </td>
-          <td valign="top"><code>FORM</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_GEDC</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_CHAR</code><br>
-          </td>
-          <td valign="top"><code>CHAR</code><br>
-          </td>
-          <td valign="top"><code>REC_HEAD</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_CHAR_VERS</code><br>
-          </td>
-          <td valign="top"><code>VERS</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_CHAR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_LANG</code><br>
-          </td>
-          <td valign="top"><code>LANG</code><br>
-          </td>
-          <td valign="top"><code>REC_HEAD</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_PLAC</code><br>
-          </td>
-          <td valign="top"><code>PLAC</code><br>
-          </td>
-          <td valign="top"><code>REC_HEAD</code><br>
-          </td>
-          <td valign="top"><code>NULL</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_PLAC_FORM</code><br>
-          </td>
-          <td valign="top"><code>FORM</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_PLAC</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_HEAD_NOTE</code><br>
-          </td>
-          <td valign="top"><code>NOTE</code><br>
-          </td>
-          <td valign="top"><code>REC_HEAD</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_FAM_HUSB</code><br>
-          </td>
-          <td valign="top"><code>HUSB</code><br>
-          </td>
-          <td valign="top"><code>REC_FAM</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(INDI)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_FAM_WIFE</code><br>
-          </td>
-          <td valign="top"><code>WIFE</code><br>
-          </td>
-          <td valign="top"><code>REC_FAM</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(INDI)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_FAM_CHIL</code><br>
-          </td>
-          <td valign="top"><code>CHIL</code><br>
-          </td>
-          <td valign="top"><code>REC_FAM</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(INDI)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_FAM_NCHI</code><br>
-          </td>
-          <td valign="top"><code>NCHI</code><br>
-          </td>
-          <td valign="top"><code>REC_FAM</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_FAM_SUBM</code><br>
-          </td>
-          <td valign="top"><code>SUBM</code><br>
-          </td>
-          <td valign="top"><code>REC_FAM</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(SUBM)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_INDI_RESN</code><br>
-          </td>
-          <td valign="top"><code>RES</code><code>N</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_INDI_SEX</code><br>
-          </td>
-          <td valign="top"><code>SEX</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_INDI_SUBM</code><br>
-          </td>
-          <td valign="top"><code>SUBM</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(SUBM)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_INDI_ALIA</code><br>
-          </td>
-          <td valign="top"><code>ALIA</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(INDI)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_INDI_ANCI</code><br>
-          </td>
-          <td valign="top"><code>ANCI</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(SUBM)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_INDI_DESI</code><br>
-          </td>
-          <td valign="top"><code>DESI</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(SUBM)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_INDI_RFN</code><br>
-          </td>
-          <td valign="top"><code>RFN</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_INDI_AFN</code><br>
-          </td>
-          <td valign="top"><code>AFN</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_OBJE_FORM</code><br>
-          </td>
-          <td valign="top"><code>FORM</code><br>
-          </td>
-          <td valign="top"><code>REC_OBJE</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_OBJE_TITL</code><br>
-          </td>
-          <td valign="top"><code>TITL</code><br>
-          </td>
-          <td valign="top"><code>REC_OBJE</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_OBJE_BLOB</code><br>
-          </td>
-          <td valign="top"><code>BLOB</code><br>
-          </td>
-          <td valign="top"><code>REC_OBJE</code><br>
-          </td>
-          <td valign="top"><code>NULL</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_OBJE_BLOB_CONT</code><br>
-          </td>
-          <td valign="top"><code>CONT</code><br>
-          </td>
-          <td valign="top"><code>ELT_OBJE_BLOB</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_OBJE_OBJE</code><br>
-          </td>
-          <td valign="top"><code>OBJE</code><br>
-          </td>
-          <td valign="top"><code>REC_OBJE</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(OBJE)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_REPO_NAME</code><br>
-          </td>
-          <td valign="top"><code>NAME</code><br>
-          </td>
-          <td valign="top"><code>REC_REPO</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SOUR_DATA</code><br>
-          </td>
-          <td valign="top"><code>DATA</code><br>
-          </td>
-          <td valign="top"><code>REC_SOUR</code><br>
-          </td>
-          <td valign="top"><code>NULL</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SOUR_DATA_EVEN</code><br>
-          </td>
-          <td valign="top"><code>EVEN</code><br>
-          </td>
-          <td valign="top"><code>ELT_SOUR_DATA</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SOUR_DATA_EVEN_DATE</code><br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SOUR_DATA_EVEN</code><br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SOUR_DATA_EVEN_PLAC</code><br>
-          </td>
-          <td valign="top"><code>PLAC</code><br>
-          </td>
-          <td valign="top"><code>ELT_SOUR_DATA_EVEN</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SOUR_DATA_AGNC</code><br>
-          </td>
-          <td valign="top"><code>AGNC</code><br>
-          </td>
-          <td valign="top"><code>ELT_SOUR_DATA</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SOUR_AUTH</code><br>
-          </td>
-          <td valign="top"><code>AUTH</code><br>
-          </td>
-          <td valign="top"><code>REC_SOUR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SOUR_TITL</code><br>
-          </td>
-          <td valign="top"><code>TITL</code><br>
-          </td>
-          <td valign="top"><code>REC_SOUR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SOUR_ABBR</code><br>
-          </td>
-          <td valign="top"><code>ABBR</code><br>
-          </td>
-          <td valign="top"><code>REC_SOUR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SOUR_PUBL</code><br>
-          </td>
-          <td valign="top"><code>PUBL</code><br>
-          </td>
-          <td valign="top"><code>REC_SOUR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SOUR_TEXT</code><br>
-          </td>
-          <td valign="top"><code>TEXT</code><br>
-          </td>
-          <td valign="top"><code>REC_SOUR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUBN_SUBM</code><br>
-          </td>
-          <td valign="top"><code>SUBM</code><br>
-          </td>
-          <td valign="top"><code>REC_SUBN</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(SUBM)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUBN_FAMF</code><br>
-          </td>
-          <td valign="top"><code>FAMF</code><br>
-          </td>
-          <td valign="top"><code>REC_SUBN</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUBN_TEMP</code><br>
-          </td>
-          <td valign="top"><code>TEMP</code><br>
-          </td>
-          <td valign="top"><code>REC_SUBN</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUBN_ANCE</code><br>
-          </td>
-          <td valign="top"><code>ANCE</code><br>
-          </td>
-          <td valign="top"><code>REC_SUBN</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUBN_DESC</code><br>
-          </td>
-          <td valign="top"><code>DESC</code><br>
-          </td>
-          <td valign="top"><code>REC_SUBN</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUBN_ORDI</code><br>
-          </td>
-          <td valign="top"><code>ORDI</code><br>
-          </td>
-          <td valign="top"><code>REC_SUBN</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUBN_RIN</code><br>
-          </td>
-          <td valign="top"><code>RIN</code><br>
-          </td>
-          <td valign="top"><code>REC_SUBN</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUBM_NAME</code><br>
-          </td>
-          <td valign="top"><nobr><code>NAME</code></nobr><br>
-          </td>
-          <td valign="top"><code>REC_SUBM</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUBM_LANG</code><br>
-          </td>
-          <td valign="top"><code>LANG</code><br>
-          </td>
-          <td valign="top"><code>REC_SUBM</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUBM_RFN</code><br>
-          </td>
-          <td valign="top"><code>RFN</code><br>
-          </td>
-          <td valign="top"><code>REC_SUBM</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUBM_RIN</code><br>
-          </td>
-          <td valign="top"><code>RIN</code><br>
-          </td>
-          <td valign="top"><code>REC_SUBM</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_ADDR</code><br>
-          </td>
-          <td valign="top"><code>ADDR</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_SOUR_CORP,<br>
-   REC_REPO, REC_SUBM,<br>
-         </code><code>ELT_SUB_FAM_EVT</code>,<br>
-         <code>ELT_SUB_FAM_EVT_EVEN,<br>
-   ELT_SUB_INDIV_ATTR,<br>
-   ELT_SUB_INDIV_RESI,<br>
-   ELT_SUB_INDIV_BIRT,<br>
-   ELT_SUB_INDIV_GEN,<br>
-   ELT_SUB_INDIV_ADOP<br>
-         </code><br>
-         <br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_ADDR_CONT</code><br>
-          </td>
-          <td valign="top"><code>CONT</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_ADDR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_ADDR_ADR1</code><br>
-          </td>
-          <td valign="top"><code>ADR1</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_ADDR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_ADDR_ADR2</code><br>
-          </td>
-          <td valign="top"><code>ADR2</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_ADDR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_ADDR_CITY</code><br>
-          </td>
-          <td valign="top"><code>CITY</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_ADDR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_ADDR_STAE</code><br>
-          </td>
-          <td valign="top"><code>STAE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_ADDR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_ADDR_POST</code><br>
-          </td>
-          <td valign="top"><code>POST</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_ADDR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_ADDR_CTRY</code><br>
-          </td>
-          <td valign="top"><code>CTRY</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_ADDR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_PHON</code><br>
-          </td>
-          <td valign="top"><code>PHON</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_SOUR_CORP,<br>
-   REC_REPO, REC_SUBM,<br>
-         </code><code>ELT_SUB_FAM_EVT,<br>
-         </code><code>ELT_SUB_FAM_EVT_EVEN,<br>
-   ELT_SUB_INDIV_ATTR,<br>
-   ELT_SUB_INDIV_RESI,<br>
-   ELT_SUB_INDIV_BIRT,<br>
-   ELT_SUB_INDIV_GEN,<br>
-   ELT_SUB_INDIV_ADOP<br>
-         </code><br>
-         <br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_ASSO</code><br>
-          </td>
-          <td valign="top"><code>ASSO</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(INDI)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_ASSO_TYPE</code><br>
-          </td>
-          <td valign="top"><code>TYPE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_ASSO</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_ASSO_RELA</code><br>
-          </td>
-          <td valign="top"><code>RELA</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_ASSO</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_CHAN</code><br>
-          </td>
-          <td valign="top"><code>CHAN</code><br>
-          </td>
-          <td valign="top"><code>REC_FAM, REC_INDI,<br>
-   REC_OBJE, REC_NOTE,<br>
-   REC_REPO, REC_SOUR,<br>
-   REC_SUBM<br>
-         </code><br>
-          </td>
-          <td valign="top"><code>NULL</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_CHAN_DATE</code><br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_CHAN</code><br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_CHAN_TIME</code><br>
-          </td>
-          <td valign="top"><code>TIME</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_CHAN_DATE</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_FAMC</code><br>
-          </td>
-          <td valign="top"><code>FAMC</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(FAM)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_FAMC_PEDI</code><br>
-          </td>
-          <td valign="top"><code>PEDI</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_FAMC</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_CONT</code><br>
-          </td>
-          <td valign="top"><code>CONT</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_NOTE, REC_NOTE,<br>
-   ELT_SOUR_AUTH, ELT_SOUR_TITL,<br>
-   ELT_SOUR_PUBL, ELT_SOUR_TEXT,<br>
-   ELT_SUB_NOTE, <br>
-   ELT_SUB_SOUR, ELT_SUB_SOUR_TEXT<br>
-         </code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_CONC</code><br>
-          </td>
-          <td valign="top"><code>CONC</code><br>
-          </td>
-          <td valign="top"><code>ELT_HEAD_NOTE, REC_NOTE,<br>
-   ELT_SOUR_AUTH, ELT_SOUR_TITL,<br>
-   ELT_SOUR_PUBL, ELT_SOUR_TEXT,<br>
-   ELT_SUB_NOTE, <br>
-   ELT_SUB_SOUR, ELT_SUB_SOUR_TEXT<br>
-         </code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_EVT_TYPE</code><br>
-          </td>
-          <td valign="top"><code>TYPE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_FAM_EVT,<br>
-         </code><code>ELT_SUB_FAM_EVT_EVEN,<br>
-   ELT_SUB_INDIV_ATTR,<br>
-   ELT_SUB_INDIV_RESI,<br>
-   ELT_SUB_INDIV_BIRT,<br>
-   ELT_SUB_INDIV_GEN,<br>
-   ELT_SUB_INDIV_ADOP<br>
-         </code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_EVT_DATE</code><br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_FAM_EVT</code>,<br>
-         <code>ELT_SUB_FAM_EVT_EVEN,<br>
-   ELT_SUB_INDIV_ATTR</code><code>,<br>
-    ELT_SUB_INDIV_RESI,<br>
-    ELT_SUB_INDIV_BIRT,<br>
-    ELT_SUB_INDIV_GEN,<br>
-    ELT_SUB_INDIV_ADOP<br>
-         </code><br>
-         <br>
-         <br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_EVT_AGE</code><br>
-          </td>
-          <td valign="top"><code>AGE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_FAM_EVT,<br>
-         </code><code>ELT_SUB_FAM_EVT_EVEN,<br>
-   ELT_SUB_INDIV_ATTR,<br>
-   ELT_SUB_INDIV_RESI</code><code>,<br>
-    ELT_SUB_INDIV_BIRT,<br>
-    ELT_SUB_INDIV_GEN,<br>
-    ELT_SUB_INDIV_ADOP</code><br>
-         <br>
-         <br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_EVT_AGNC</code><br>
-          </td>
-          <td valign="top"><code>AGNC</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_FAM_EVT,<br>
-         </code><code>ELT_SUB_FAM_EVT_EVEN,<br>
-   ELT_SUB_INDIV_ATTR,<br>
-   ELT_SUB_INDIV_RESI</code><code>,<br>
-    ELT_SUB_INDIV_BIRT,<br>
-    ELT_SUB_INDIV_GEN,<br>
-    ELT_SUB_INDIV_ADOP</code><br>
-         <br>
-         <br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_EVT_CAUS</code><br>
-          </td>
-          <td valign="top"><code>CAUS</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_FAM_EVT,<br>
-         </code><code>ELT_SUB_FAM_EVT_EVEN,<br>
-   ELT_SUB_INDIV_ATTR,<br>
-   ELT_SUB_INDIV_RESI</code><code>,<br>
-    ELT_SUB_INDIV_BIRT,<br>
-    ELT_SUB_INDIV_GEN,<br>
-    ELT_SUB_INDIV_ADOP</code><br>
-         <br>
-         <br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_FAM_EVT</code><br>
-          </td>
-          <td valign="top"><code>ANUL, CENS, DIV,<br>
-    DIVF, ENGA, MARR,<br>
-    MARB, MARC, MARL,<br>
-    MARS</code><br>
-          </td>
-          <td valign="top"><code>REC_FAM</code><br>
-          </td>
-          <td valign="top"><code>NULL<br>
-    STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_FAM_EVT_HUSB</code><br>
-          </td>
-          <td valign="top"><code>HUSB</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_FAM_EVT</code>,<br>
-         <code>ELT_SUB_FAM_EVT_EVEN</code><br>
-          </td>
-          <td valign="top"><code>NULL</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_FAM_EVT_WIFE</code><br>
-          </td>
-          <td valign="top"><code>WIFE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_FAM_EVT</code>,<br>
-         <code>ELT_SUB_FAM_EVT_EVEN</code><br>
-          </td>
-          <td valign="top"><code>NULL</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_FAM_EVT_AGE</code><br>
-          </td>
-          <td valign="top"><code>AGE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_FAM_EVT_HUSB</code>,<br>
-         <code>ELT_SUB_FAM_EVT_WIFE</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_FAM_EVT_EVEN</code><br>
-          </td>
-          <td valign="top"><code>EVEN</code><br>
-          </td>
-          <td valign="top"><code>REC_FAM</code><br>
-          </td>
-          <td valign="top"><code>NULL</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_IDENT_REFN</code><br>
-          </td>
-          <td valign="top"><code>REFN</code><br>
-          </td>
-          <td valign="top"><code>REC_FAM, REC_INDI,<br>
-   REC_OBJE, REC_NOTE,<br>
-   REC_REPO, REC_SOUR<br>
-         </code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_IDENT_REFN_TYPE</code><br>
-          </td>
-          <td valign="top"><code>TYPE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_IDENT_REFN</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_IDENT_RIN</code><br>
-          </td>
-          <td valign="top"><code>RIN</code><br>
-          </td>
-          <td valign="top"><code>REC_FAM, REC_INDI,<br>
-   REC_OBJE, REC_NOTE,<br>
-   REC_REPO, REC_SOUR<br>
-         </code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_INDIV_ATTR</code><br>
-          </td>
-          <td valign="top"><code>CAST, DSCR, EDUC,<br>
-    IDNO, NATI, NCHR,<br>
-    NMR, OCCU, PROP,<br>
-    RELI, SSN, TITL</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_INDIV_RESI</code><br>
-          </td>
-          <td valign="top"><code>RESI</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>NULL</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_INDIV_BIRT</code><br>
-          </td>
-          <td valign="top"><code>BIRT, CHR</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>NULL<br>
-    STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_INDIV_BIRT_FAMC</code><br>
-          </td>
-          <td valign="top"><code>FAMC</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_INDIV_BIRT</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(FAM)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_INDIV_GEN</code><br>
-          </td>
-          <td valign="top"><code>DEAT, BURI, CREM,<br>
-    BAPM, BARM, BASM,<br>
-    BLES, CHRA, CONF,<br>
-    FCOM, ORDN, NATU,<br>
-    EMIG, IMMI, CENS,<br>
-    PROB, WILL, GRAD,<br>
-    RETI</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>NULL<br>
-    STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_INDIV_ADOP</code><br>
-          </td>
-          <td valign="top"><code>ADOP</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>NULL<br>
-    STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_INDIV_ADOP_FAMC</code><br>
-          </td>
-          <td valign="top"><code>FAMC</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_INDIV_ADOP</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(FAM)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_INDIV_ADOP_FAMC_ADOP</code><br>
-          </td>
-          <td valign="top"><code>ADOP</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_INDIV_ADOP_FAMC</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_INDIV_EVEN</code><br>
-          </td>
-          <td valign="top"><code>EVEN</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>NULL</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_LIO_BAPL</code><br>
-          </td>
-          <td valign="top"><code>BAPL, CONL, ENDL</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>NULL</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_LIO_BAPL_STAT</code><br>
-          </td>
-          <td valign="top"><code>STAT</code><br>
-          </td>
-          <td valign="top"><code></code><code>ELT_SUB_LIO_BAPL,<br>
-   ELT_SUB_LIO_SLGC<br>
-         </code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_LIO_BAPL_DATE</code><br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_LIO_BAPL</code><code>,<br>
-    ELT_SUB_LIO_SLGC<br>
-         </code><br>
-         <br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_LIO_BAPL_TEMP</code><br>
-          </td>
-          <td valign="top"><code>TEMP</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_LIO_BAPL</code><code>,<br>
-    ELT_SUB_LIO_SLGC<br>
-         </code><br>
-         <br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_LIO_BAPL_PLAC</code><br>
-          </td>
-          <td valign="top"><code>PLAC</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_LIO_BAPL</code><code>,<br>
-    ELT_SUB_LIO_SLGC<br>
-         </code><br>
-         <br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_LIO_SLGC</code><br>
-          </td>
-          <td valign="top"><code>SLGC</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>NULL</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_LIO_SLGC_FAMC</code><br>
-          </td>
-          <td valign="top"><code>FAMC</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_LIO_SLGC</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(FAM)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_LSS_SLGS</code><br>
-          </td>
-          <td valign="top"><code>SLGS</code><br>
-          </td>
-          <td valign="top"><code>REC_FAM</code><br>
-          </td>
-          <td valign="top"><code>NULL</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_LSS_SLGS_STAT</code><br>
-          </td>
-          <td valign="top"><code>STAT</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_LSS_SLGS</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_LSS_SLGS_DATE</code><br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_LSS_SLGS</code><br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_LSS_SLGS_TEMP</code><br>
-          </td>
-          <td valign="top"><code>TEMP</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_LSS_SLGS</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_LSS_SLGS_PLAC</code><br>
-          </td>
-          <td valign="top"><code>PLAC</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_LSS_SLGS</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_MULTIM_OBJE</code><br>
-          </td>
-          <td valign="top"><code>OBJE</code><br>
-          </td>
-          <td valign="top"><code>REC_FAM, REC_INDI,<br>
-   REC_SOUR, REC_SUBM,<br>
-         </code><code>ELT_SUB_FAM_EVT,<br>
-   ELT_SUB_FAM_EVT_EVEN,<br>
-   ELT_SUB_INDIV_ATTR,<br>
-   ELT_SUB_INDIV_RESI</code><code>,<br>
-    ELT_SUB_INDIV_BIRT,<br>
-    ELT_SUB_INDIV_GEN,<br>
-    ELT_SUB_INDIV_ADOP,<br>
-   ELT_SUB_SOUR</code><br>
-          </td>
-          <td valign="top"><code>NULL<br>
-XREF_PTR(OBJE)<br>
-      </code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_MULTIM_OBJE_FORM</code><br>
-          </td>
-          <td valign="top"><code>FORM</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_MULTIM_OBJE</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_MULTIM_OBJE_TITL</code><br>
-          </td>
-          <td valign="top"><code>TITL</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_MULTIM_OBJE</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_MULTIM_OBJE_FILE</code><br>
-          </td>
-          <td valign="top"><code>FILE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_MULTIM_OBJE</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_NOTE</code><br>
-          </td>
-          <td valign="top"><code>NOTE</code><br>
-          </td>
-          <td valign="top"><code>REC_FAM, REC_INDI,<br>
-   REC_OBJE, REC_REPO,<br>
-   REC_SOUR, ELT_SOUR_DATA,<br>
-   ELT_SUB_ASSO, ELT_SUB_CHAN,<br>
-   ELT_SUB_FAMC, </code><code>ELT_SUB_FAM_EVT,<br>
-   ELT_SUB_FAM_EVT_EVEN,<br>
-   ELT_SUB_INDIV_ATTR,<br>
-   ELT_SUB_INDIV_RESI</code><code>,<br>
-    ELT_SUB_INDIV_BIRT,<br>
-    ELT_SUB_INDIV_GEN,<br>
-    ELT_SUB_INDIV_ADOP,<br>
-   ELT_SUB_LIO_BAPL,<br>
-   ELT_SUB_LIO_SLGC,<br>
-   ELT_SUB_LSS_SLGS,<br>
-   ELT_SUB_MULTIM_OBJE,<br>
-   ELT_SUB_PERS_NAME,<br>
-   ELT_SUB_PLAC,<br>
-   ELT_SUB_SOUR,<br>
-   ELT_SUB_REPO,<br>
-   ELT_SUB_FAMS</code><br>
-          </td>
-          <td valign="top"><code>NULL<br>
-    STRING<br>
-XREF_PTR(NOTE)<br>
-      </code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_PERS_NAME</code><br>
-          </td>
-          <td valign="top"><code>NAME</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_PERS_NAME_NPFX</code><br>
-          </td>
-          <td valign="top"><code>NPFX</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_PERS_NAME</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_PERS_NAME_GIVN</code><br>
-          </td>
-          <td valign="top"><code>GIVN</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_PERS_NAME</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_PERS_NAME_NICK</code><br>
-          </td>
-          <td valign="top"><code>NICK</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_PERS_NAME</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_PERS_NAME_SPFX</code><br>
-          </td>
-          <td valign="top"><code>SPFX</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_PERS_NAME</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_PERS_NAME_SURN</code><br>
-          </td>
-          <td valign="top"><code>SURN</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_PERS_NAME</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_PERS_NAME_NSFX</code><br>
-          </td>
-          <td valign="top"><code>NSFX</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_PERS_NAME</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_PLAC</code><br>
-          </td>
-          <td valign="top"><code>PLAC</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_FAM_EVT</code>,<br>
-         <code>ELT_SUB_FAM_EVT_EVEN,<br>
-   ELT_SUB_INDIV_ATTR,<br>
-   ELT_SUB_INDIV_RESI</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_PLAC_FORM</code><br>
-          </td>
-          <td valign="top"><code>FORM</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_PLAC</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_SOUR</code><br>
-          </td>
-          <td valign="top"><code>SOUR</code><br>
-          </td>
-          <td valign="top"><code>REC_FAM, REC_INDI,<br>
-   REC_NOTE, ELT_SUB_ASSO<br>
-         </code><code>ELT_SUB_FAM_EVT,<br>
-         </code><code>ELT_SUB_FAM_EVT_EVEN,<br>
-   ELT_SUB_INDIV_ATTR,<br>
-   ELT_SUB_INDIV_RESI</code><code>,<br>
-    ELT_SUB_INDIV_BIRT,<br>
-    ELT_SUB_INDIV_GEN,<br>
-    ELT_SUB_INDIV_ADOP,<br>
-   ELT_SUB_LIO_BAPL,<br>
-   ELT_SUB_LIO_SLGC,<br>
-   ELT_SUB_LSS_SLGS,<br>
-   ELT_SUB_NOTE,<br>
-   ELT_SUB_PERS_NAME,<br>
-   ELT_SUB_PLAC</code><br>
-          </td>
-          <td valign="top"><code>STRING<br>
-XREF_PTR(SOUR)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_SOUR_PAGE</code><br>
-          </td>
-          <td valign="top"><code>PAGE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_SOUR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_SOUR_EVEN</code><br>
-          </td>
-          <td valign="top"><code>EVEN</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_SOUR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_SOUR_EVEN_ROLE</code><br>
-          </td>
-          <td valign="top"><code>ROLE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_SOUR_EVEN</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_SOUR_DATA</code><br>
-          </td>
-          <td valign="top"><code>DATA</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_SOUR</code><br>
-          </td>
-          <td valign="top"><code>NULL</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_SOUR_DATA_DATE</code><br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_SOUR_DATA</code><br>
-          </td>
-          <td valign="top"><code>DATE</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_SOUR_TEXT</code><br>
-          </td>
-          <td valign="top"><code>TEXT</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_SOUR<br>
-   ELT_SUB_SOUR_DATA</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_SOUR_QUAY</code><br>
-          </td>
-          <td valign="top"><code>QUAY</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_SOUR</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_REPO</code><br>
-          </td>
-          <td valign="top"><code>REPO</code><br>
-          </td>
-          <td valign="top"><code>REC_SOUR</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(REPO)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_REPO_CALN</code><br>
-          </td>
-          <td valign="top"><code>CALN</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_REPO</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_REPO_CALN_MEDI</code><br>
-          </td>
-          <td valign="top"><code>MEDI</code><br>
-          </td>
-          <td valign="top"><code>ELT_SUB_REPO_CALN</code><br>
-          </td>
-          <td valign="top"><code>STRING</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_SUB_FAMS</code><br>
-          </td>
-          <td valign="top"><code>FAMS</code><br>
-          </td>
-          <td valign="top"><code>REC_INDI</code><br>
-          </td>
-          <td valign="top"><code>XREF_PTR(FAM)</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top"><code>ELT_USER</code><br>
-          </td>
-          <td valign="top"><code>any tag starting<br>
-    with an underscore</code><br>
-          </td>
-          <td valign="top"><code>anywhere</code><br>
-          </td>
-          <td valign="top"><code>NULL<br>
-    STRING<br>
-XREF_PTR(USER)</code><br>
-          </td>
-        </tr>
-               
-  </tbody>    
-</table>
-         
-<hr width="100%" size="2">     
+           
+<hr width="100%" size="2">      
 <h2><a name="Gedcom_val_types"></a>Gedcom_val types<br>
-     </h2>
-     Currently, the specific <code>Gedcom_val</code> types are (with <code>
-  val</code>   of type <code>Gedcom_val</code>):<br>
-    <br>
-       
+      </h2>
+      Currently, the specific <code>Gedcom_val</code> types are (with <code>
+   val</code>   of type <code>Gedcom_val</code>):<br>
+     <br>
+         
 <table cellpadding="2" cellspacing="2" border="1" width="100%">
-      <tbody>
-        <tr>
-          <td valign="top"><br>
-          </td>
-          <td valign="top"><b>type checker</b><br>
-          </td>
-          <td valign="top"><b>cast operator</b><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top">null value<br>
-          </td>
-          <td valign="top"><code>GEDCOM_IS_NULL(val)</code><br>
-          </td>
-          <td valign="top">N/A<br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top">string<br>
-          </td>
-          <td valign="top"><code>GEDCOM_IS_STRING(val)</code><br>
-          </td>
-          <td valign="top"><code>char* str = GEDCOM_STRING(val);</code><br>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top">date<br>
-          </td>
-          <td valign="top"><code>GEDCOM_IS_DATE(val)</code><br>
-          </td>
-          <td valign="top"><code>struct date_value dv = GEDCOM_DATE(val);</code></td>
-        </tr>
-    <tr>
-      <td valign="top">xref pointer<br>
-      </td>
-      <td valign="top"><code>GEDCOM_IS_XREF_PTR(val)</code><br>
-      </td>
-      <td valign="top"><code>struct xref_value *xr = GEDCOM_XREF_PTR(val);</code><br>
-      </td>
-    </tr>
-               
-  </tbody>    
+       <tbody>
+         <tr>
+           <td valign="top"><br>
+           </td>
+           <td valign="top"><b>type checker</b><br>
+           </td>
+           <td valign="top"><b>cast operator</b><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top">null value<br>
+           </td>
+           <td valign="top"><code>GEDCOM_IS_NULL(val)</code><br>
+           </td>
+           <td valign="top">N/A<br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top">string<br>
+           </td>
+           <td valign="top"><code>GEDCOM_IS_STRING(val)</code><br>
+           </td>
+           <td valign="top"><code>char* str = GEDCOM_STRING(val);</code><br>
+           </td>
+         </tr>
+         <tr>
+           <td valign="top">date<br>
+           </td>
+           <td valign="top"><code>GEDCOM_IS_DATE(val)</code><br>
+           </td>
+           <td valign="top"><code>struct date_value dv = GEDCOM_DATE(val);</code></td>
+         </tr>
+     <tr>
+       <td valign="top">xref pointer<br>
+       </td>
+       <td valign="top"><code>GEDCOM_IS_XREF_PTR(val)</code><br>
+       </td>
+       <td valign="top"><code>struct xref_value *xr = GEDCOM_XREF_PTR(val);</code><br>
+       </td>
+     </tr>
+                   
+  </tbody>     
 </table>
-    <br>
-    <br>
-      The type checker returns a true or a false value according to the type
-  of the value, but this is in principle only necessary in the rare circumstances 
-  that two types are possible, or where an optional value can be provided. 
- &nbsp;In most cases, the type is fixed for a specific tag.<br>
-    <br>
-     The null value is used for when the GEDCOM spec doesn't allow a value, 
- or  when an optional value is allowed but none is given.<br>
-     &nbsp; <br>
-     The string value is the most general used value currently, for all those 
-  values that don't have a more specific meaning. &nbsp;In essence, the value 
-  that is returned by GEDCOM_STRING is always the same as the raw_value passed 
-  to the start callback, and is thus in fact redundant.<br>
-    <br>
-     The date value is used for all elements that return a date. &nbsp;See
+     <br>
+     <br>
+       The type checker returns a true or a false value according to the
+type   of the value, but this is in principle only necessary in the rare
+circumstances    that two types are possible, or where an optional value
+can be provided.   &nbsp;In most cases, the type is fixed for a specific
+tag.<br>
+     <br>
+      The null value is used for when the GEDCOM spec doesn't allow a value,
+  or  when an optional value is allowed but none is given.<br>
+      &nbsp; <br>
+      The string value is the most general used value currently, for all
+those    values that don't have a more specific meaning. &nbsp;In essence,
+the value    that is returned by GEDCOM_STRING is always the same as the
+raw_value passed    to the start callback, and is thus in fact redundant.<br>
+     <br>
+      The date value is used for all elements that return a date. &nbsp;See 
 <a href="#struct_date_value">here</a> for the definition.<br>
-<br>
-The xref value is for cross-references between records in the file. &nbsp;See
+ <br>
+ The xref value is for cross-references between records in the file. &nbsp;See 
 <a href="#struct_xref_value">here</a> for the definition.<br>
-    <br>
-       
+     <br>
+         
 <h3><a name="struct_date_value"></a>struct date_value</h3>
-    This struct describes a date as given in the GEDCOM file, and has the 
-following  definition:<br>
-       
+     This struct describes a date as given in the GEDCOM file, and has the
+ following  definition:<br>
+         
 <blockquote><code>struct date_value {<br>
-    &nbsp; Date_value_type &nbsp;type;<br>
-    &nbsp; struct date &nbsp; &nbsp; &nbsp;date1;<br>
-    &nbsp; struct date &nbsp; &nbsp; &nbsp;date2;<br>
-    &nbsp; char &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;phrase[MAX_PHRASE_LEN
+     &nbsp; Date_value_type &nbsp;type;<br>
+     &nbsp; struct date &nbsp; &nbsp; &nbsp;date1;<br>
+     &nbsp; struct date &nbsp; &nbsp; &nbsp;date2;<br>
+     &nbsp; char &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;phrase[MAX_PHRASE_LEN 
   + 1];<br>
-    };</code><br>
-      </blockquote>
-      It depends on the first member, the type, which members are actually
+     };</code><br>
+       </blockquote>
+       It depends on the first member, the type, which members are actually 
  relevant:<br>
-      <br>
-               
+       <br>
+                   
   <table cellpadding="2" cellspacing="2" border="1" width="100%">
-        <tbody>
-          <tr>
-            <td valign="top" align="center"><b>Date_value_type</b><br>
-            </td>
-            <td valign="top" align="center"><b>Meaning</b><br>
-            </td>
-            <td valign="top" align="center"><b>Relevant members</b><br>
-            </td>
-          </tr>
-          <tr>
-            <td valign="top"><code>DV_NO_MODIFIER</code><br>
-            </td>
-            <td valign="top">just a simple date<br>
-            </td>
-            <td valign="top">date1<br>
-            </td>
-          </tr>
-          <tr>
-            <td valign="top"><code>DV_BEFORE</code><br>
-            </td>
-            <td valign="top">a range (BEFORE date1)<br>
-            </td>
-            <td valign="top">date1<br>
-            </td>
-          </tr>
-          <tr>
-            <td valign="top"><code>DV_AFTER</code><br>
-            </td>
-            <td valign="top">a range (AFTER date1)<br>
-            </td>
-            <td valign="top">date1<br>
-            </td>
-          </tr>
-          <tr>
-            <td valign="top"><code>DV_BETWEEN</code><br>
-            </td>
-            <td valign="top">a range (BETWEEN date1 AND date2)<br>
-            </td>
-            <td valign="top">date1, date2<br>
-            </td>
-          </tr>
-          <tr>
-            <td valign="top"><code>DV_FROM</code><br>
-            </td>
-            <td valign="top">a period (FROM date1)<br>
-            </td>
-            <td valign="top">date1<br>
-            </td>
-          </tr>
-          <tr>
-            <td valign="top"><code>DV_TO</code><br>
-            </td>
-            <td valign="top">a period (TO date1)<br>
-            </td>
-            <td valign="top">date1<br>
-            </td>
-          </tr>
-          <tr>
-            <td valign="top"><code>DV_FROM_TO</code><br>
-            </td>
-            <td valign="top">a period (FROM date1 TO date2)<br>
-            </td>
-            <td valign="top">date1, date2<br>
-            </td>
-          </tr>
-          <tr>
-            <td valign="top"><code>DV_ABOUT</code><br>
-            </td>
-            <td valign="top">an approximation (ABOUT date1)<br>
-            </td>
-            <td valign="top">date1<br>
-            </td>
-          </tr>
-          <tr>
-            <td valign="top"><code>DV_CALCULATED</code><br>
-            </td>
-            <td valign="top">an approximation (CALCULATED date1)<br>
-            </td>
-            <td valign="top">date1<br>
-            </td>
-          </tr>
-          <tr>
-            <td valign="top"><code>DV_ESTIMATED</code><br>
-            </td>
-            <td valign="top">an approximation (ESTIMATED date1)<br>
-            </td>
-            <td valign="top">date1<br>
-            </td>
-          </tr>
-          <tr>
-            <td valign="top"><code>DV_INTERPRETED</code><br>
-            </td>
-            <td valign="top">INTERPRETED date1 FROM a given free form date
+         <tbody>
+           <tr>
+             <td valign="top" align="center"><b>Date_value_type</b><br>
+             </td>
+             <td valign="top" align="center"><b>Meaning</b><br>
+             </td>
+             <td valign="top" align="center"><b>Relevant members</b><br>
+             </td>
+           </tr>
+           <tr>
+             <td valign="top"><code>DV_NO_MODIFIER</code><br>
+             </td>
+             <td valign="top">just a simple date<br>
+             </td>
+             <td valign="top">date1<br>
+             </td>
+           </tr>
+           <tr>
+             <td valign="top"><code>DV_BEFORE</code><br>
+             </td>
+             <td valign="top">a range (BEFORE date1)<br>
+             </td>
+             <td valign="top">date1<br>
+             </td>
+           </tr>
+           <tr>
+             <td valign="top"><code>DV_AFTER</code><br>
+             </td>
+             <td valign="top">a range (AFTER date1)<br>
+             </td>
+             <td valign="top">date1<br>
+             </td>
+           </tr>
+           <tr>
+             <td valign="top"><code>DV_BETWEEN</code><br>
+             </td>
+             <td valign="top">a range (BETWEEN date1 AND date2)<br>
+             </td>
+             <td valign="top">date1, date2<br>
+             </td>
+           </tr>
+           <tr>
+             <td valign="top"><code>DV_FROM</code><br>
+             </td>
+             <td valign="top">a period (FROM date1)<br>
+             </td>
+             <td valign="top">date1<br>
+             </td>
+           </tr>
+           <tr>
+             <td valign="top"><code>DV_TO</code><br>
+             </td>
+             <td valign="top">a period (TO date1)<br>
+             </td>
+             <td valign="top">date1<br>
+             </td>
+           </tr>
+           <tr>
+             <td valign="top"><code>DV_FROM_TO</code><br>
+             </td>
+             <td valign="top">a period (FROM date1 TO date2)<br>
+             </td>
+             <td valign="top">date1, date2<br>
+             </td>
+           </tr>
+           <tr>
+             <td valign="top"><code>DV_ABOUT</code><br>
+             </td>
+             <td valign="top">an approximation (ABOUT date1)<br>
+             </td>
+             <td valign="top">date1<br>
+             </td>
+           </tr>
+           <tr>
+             <td valign="top"><code>DV_CALCULATED</code><br>
+             </td>
+             <td valign="top">an approximation (CALCULATED date1)<br>
+             </td>
+             <td valign="top">date1<br>
+             </td>
+           </tr>
+           <tr>
+             <td valign="top"><code>DV_ESTIMATED</code><br>
+             </td>
+             <td valign="top">an approximation (ESTIMATED date1)<br>
+             </td>
+             <td valign="top">date1<br>
+             </td>
+           </tr>
+           <tr>
+             <td valign="top"><code>DV_INTERPRETED</code><br>
+             </td>
+             <td valign="top">INTERPRETED date1 FROM a given free form date 
  phrase<br>
-            </td>
-            <td valign="top">date1, phrase<br>
-            </td>
-          </tr>
-          <tr>
-            <td valign="top"><code>DV_PHRASE</code><br>
-            </td>
-            <td valign="top">a free form date phrase<br>
-            </td>
-            <td valign="top">phrase<br>
-            </td>
-          </tr>
-                       
-    </tbody>            
+             </td>
+             <td valign="top">date1, phrase<br>
+             </td>
+           </tr>
+           <tr>
+             <td valign="top"><code>DV_PHRASE</code><br>
+             </td>
+             <td valign="top">a free form date phrase<br>
+             </td>
+             <td valign="top">phrase<br>
+             </td>
+           </tr>
+                             
+    </tbody>               
   </table>
-      <br>
-               
+       <br>
+                   
   <h3><a name="struct_date"></a>struct date<br>
-      </h3>
-    The <code>date1</code> and <code>date2</code> also have a strict syntax:<br>
-               
+       </h3>
+     The <code>date1</code> and <code>date2</code> also have a strict syntax:<br>
+                   
   <blockquote><code>struct date {<br>
-    &nbsp; Calendar_type &nbsp;cal;<br>
-    &nbsp; char &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; day_str[MAX_DAY_LEN +
+     &nbsp; Calendar_type &nbsp;cal;<br>
+     &nbsp; char &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; day_str[MAX_DAY_LEN + 
 1];<br>
-    &nbsp; char &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; month_str[MAX_MONTH_LEN
+     &nbsp; char &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; month_str[MAX_MONTH_LEN 
  +  1];<br>
-    &nbsp; char &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; year_str[MAX_YEAR_LEN
+     &nbsp; char &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; year_str[MAX_YEAR_LEN 
 +  1];<br>
-        <br>
-    &nbsp; int &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;day;<br>
-    &nbsp; int &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;month;<br>
-    &nbsp; int &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;year;<br>
-    &nbsp; Year_type &nbsp; &nbsp; &nbsp;year_type;<br>
-        <br>
-    &nbsp; Date_type &nbsp; &nbsp; &nbsp;type;<br>
-    &nbsp; long int &nbsp; &nbsp; &nbsp; sdn1;<br>
-    &nbsp; long int &nbsp; &nbsp; &nbsp; sdn2;<br>
-    };</code><br>
-        </blockquote>
-    The first four fields are the primary fields parsed from the value in 
-the  GEDCOM file. &nbsp;The <code>day_str</code>, <code>month_str</code> and
-    <code>  year_str</code> are the literal parts of the date that denote
+         <br>
+     &nbsp; int &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;day;<br>
+     &nbsp; int &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;month;<br>
+     &nbsp; int &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;year;<br>
+     &nbsp; Year_type &nbsp; &nbsp; &nbsp;year_type;<br>
+         <br>
+     &nbsp; Date_type &nbsp; &nbsp; &nbsp;type;<br>
+     &nbsp; long int &nbsp; &nbsp; &nbsp; sdn1;<br>
+     &nbsp; long int &nbsp; &nbsp; &nbsp; sdn2;<br>
+     };</code><br>
+         </blockquote>
+     The first four fields are the primary fields parsed from the value in
+ the  GEDCOM file. &nbsp;The <code>day_str</code>, <code>month_str</code>
+ and     <code>  year_str</code> are the literal parts of the date that denote 
  the day, month  and year (the <code>day_str</code> and <code>month_str</code>
-   can be empty) . &nbsp;The calendar type <code>cal</code> is one of (see
+    can be empty) . &nbsp;The calendar type <code>cal</code> is one of (see 
  calendar overview     <i>LINK TBD</i>):<br>
-                       
+                             
     <ul>
-          <li><code>CAL_GREGORIAN</code> : the Gregorian calendar</li>
-          <li><code>CAL_JULIAN</code> : the Julian calendar</li>
-          <li><code>CAL_HEBREW</code> : the Hebrew (Jewish) calendar</li>
-          <li><code>CAL_FRENCH_REV</code> : the calendar used after the French
-  Revolution</li>
-          <li><code>CAL_UNKNOWN</code> : an unknown calendar type</li>
-                       
+           <li><code>CAL_GREGORIAN</code> : the Gregorian calendar</li>
+           <li><code>CAL_JULIAN</code> : the Julian calendar</li>
+           <li><code>CAL_HEBREW</code> : the Hebrew (Jewish) calendar</li>
+           <li><code>CAL_FRENCH_REV</code> : the calendar used after the
+French   Revolution</li>
+           <li><code>CAL_UNKNOWN</code> : an unknown calendar type</li>
+                             
     </ul>
-    The next four fields are deduced from the first four:<br>
-                       
+     The next four fields are deduced from the first four:<br>
+                             
     <ul>
-          <li>the <code>day</code> is just the numeric representation of
+           <li>the <code>day</code> is just the numeric representation of 
 the           <code>day_str</code> (starting from 1), -1 if the <code>day_str</code>
-    is empty</li>
-          <li>the <code>month</code> is the month number of <code>month_str</code>
-     in the given calendar type (also starting from 1), -1 if the <code>month_str</code>
-    is empty</li>
-          <li>the <code>year</code> is the numeric representation of the
+     is empty</li>
+           <li>the <code>month</code> is the month number of <code>month_str</code>
+      in the given calendar type (also starting from 1), -1 if the <code>
+month_str</code>     is empty</li>
+           <li>the <code>year</code> is the numeric representation of the 
         <code>    year_str</code></li>
-                       
+                             
     </ul>
-    It is possible that the <code>year_str</code> is given as e.g. "1677/78".
-  &nbsp;This is coming from a date in a so called "annunciation style", where
-  the year began on 25 March: "20 March 1677/78" is 20 March 1677 in "annunciation 
- style" and 20 March 1678 in "circumcision style" (the current style). &nbsp;See 
- calendar overview (<i>LINK TBD</i>).<br>
-        <br>
-    In this case, the <code>year</code> will contain the "circumcision style"
+     It is possible that the <code>year_str</code> is given as e.g. "1677/78". 
+  &nbsp;This is coming from a date in a so called "annunciation style", where 
+  the year began on 25 March: "20 March 1677/78" is 20 March 1677 in "annunciation
+  style" and 20 March 1678 in "circumcision style" (the current style). &nbsp;See
 calendar overview (<i>LINK TBD</i>).<br>
+         <br>
+     In this case, the <code>year</code> will contain the "circumcision style" 
   year (1678 in the example), and <code>year_type</code> will be <code>YEAR_DOUBLE.</code>
-     &nbsp;Normal dates will have a <code>year_type</code> equal to <code>
- YEAR_SINGLE</code>   .<br>
-        <br>
-    Finally, the last three fields are probably the most interesting values 
- for applications that want to process dates. &nbsp;Basically, the date is 
- converted to a serial day number (aka Julian day), which is the unique day 
- number since November 25, 4714 BC in the Gregorian calendar. &nbsp;The advantage 
- of these day numbers is that they are unique and independent of the calendar 
- system. &nbsp;Furthermore, date differences can just be computed by subtracting 
- the serial day numbers.<br>
-        <br>
-    However, since dates in GEDCOM are not necessarily exact (e.g. "MAR 1990"),
-  it is not possible to represent all GEDCOM dates with 1 serial day number.
-  &nbsp;Two cases can be distinguished:<br>
-                       
+      &nbsp;Normal dates will have a <code>year_type</code> equal to <code>
 YEAR_SINGLE</code>   .<br>
+         <br>
+     Finally, the last three fields are probably the most interesting values
+  for applications that want to process dates. &nbsp;Basically, the date
+is   converted to a serial day number (aka Julian day), which is the unique
+day   number since November 25, 4714 BC in the Gregorian calendar. &nbsp;The
+advantage   of these day numbers is that they are unique and independent
+of the calendar   system. &nbsp;Furthermore, date differences can just be
+computed by subtracting   the serial day numbers.<br>
+         <br>
+     However, since dates in GEDCOM are not necessarily exact (e.g. "MAR
+1990"),   it is not possible to represent all GEDCOM dates with 1 serial
+day number.   &nbsp;Two cases can be distinguished:<br>
+                             
     <ul>
-          <li>Exact dates (e.g. "25 MAR 1990"):</li>
-                       
+           <li>Exact dates (e.g. "25 MAR 1990"):</li>
+                             
     </ul>
-                       
-    <blockquote>                            
+                             
+    <blockquote>                                   
       <blockquote>These are represented by a serial day number in <code>sdn1</code>
-     and a <code>Date_type</code> equal to <code>DATE_EXACT</code>.<br>
-            </blockquote>
-            </blockquote>
-                                       
+      and a <code>Date_type</code> equal to <code>DATE_EXACT</code>.<br>
+             </blockquote>
+             </blockquote>
+                                                 
         <ul>
-              <li>Incomplete dates (e.g. "MAR 1990"):</li>
-                                       
+               <li>Incomplete dates (e.g. "MAR 1990"):</li>
+                                                 
         </ul>
-                                       
-        <blockquote>                                            
+                                                 
+        <blockquote>                                                    
+  
           <blockquote>These are represented by 2 serial day numbers (<code>
-   sdn1</code> and <code>sdn2</code>) and a <code>Date_type</code> equal
+    sdn1</code> and <code>sdn2</code>) and a <code>Date_type</code> equal 
 to              <code>DATE_BOUNDED</code>.<br>
-                <br>
-    For example, the Gregorian date "MAR 1990" is represented by the serial 
- day numbers for "1 MAR 1990" and "31 MAR 1990", and the Gregorian date "1990"
-  is represented by the serial day numbers for "1 JAN 1990" and "31 DEC 1990".
-  &nbsp;Similarly for the other calendar types.<br>
-                </blockquote>
-                </blockquote>
-                
+                 <br>
+     For example, the Gregorian date "MAR 1990" is represented by the serial
+  day numbers for "1 MAR 1990" and "31 MAR 1990", and the Gregorian date
+"1990"   is represented by the serial day numbers for "1 JAN 1990" and "31
+DEC 1990".   &nbsp;Similarly for the other calendar types.<br>
+                 </blockquote>
+                 </blockquote>
+                              
             <h3><a name="struct_xref_value"></a>struct xref_value</h3>
-This struct represents a cross-reference in the GEDCOM file (but note that
-the <code>Gedcom_val</code> contains a pointer to such a struct, not the
-struct itself). &nbsp;It is defined as:<br>
+ This struct represents a cross-reference in the GEDCOM file (but note that 
+the <code>Gedcom_val</code> contains a pointer to such a struct, not the struct
+itself). &nbsp;It is defined as:<br>
+             
             <blockquote><code>struct xref_value {<br>
-&nbsp; Xref_type &nbsp; type,<br>
-&nbsp; char* &nbsp; &nbsp; &nbsp; string,<br>
-&nbsp; Gedcom_ctxt object<br>
-};</code><br>
-              </blockquote>
-The <code>Xref_type</code> gives the type of the cross-reference and can
+ &nbsp; Xref_type &nbsp; type,<br>
+ &nbsp; char* &nbsp; &nbsp; &nbsp; string,<br>
+ &nbsp; Gedcom_ctxt object<br>
+ };</code><br>
+               </blockquote>
+ The <code>Xref_type</code> gives the type of the cross-reference and can 
 be one of:<br>
+               
               <ul>
-                <li><code>XREF_NONE</code> (used as default value)</li>
-                <li><code>XREF_FAM</code></li>
-                <li><code>XREF_INDI</code></li>
-                <li><code>XREF_NOTE</code></li>
-                <li><code>XREF_OBJE</code></li>
-                <li><code>XREF_REPO</code></li>
-                <li><code>XREF_SOUR</code></li>
-                <li><code>XREF_SUBM</code></li>
-                <li><code>XREF_SUBN</code></li>
-                <li><code>XREF_USER</code> (for application-specific cross-references)<br>
-                  <code></code></li>
+                 <li><code>XREF_NONE</code> (used as default value)</li>
+                 <li><code>XREF_FAM</code></li>
+                 <li><code>XREF_INDI</code></li>
+                 <li><code>XREF_NOTE</code></li>
+                 <li><code>XREF_OBJE</code></li>
+                 <li><code>XREF_REPO</code></li>
+                 <li><code>XREF_SOUR</code></li>
+                 <li><code>XREF_SUBM</code></li>
+                 <li><code>XREF_SUBN</code></li>
+                 <li><code>XREF_USER</code> (for application-specific cross-references)<br>
+                   <code></code></li>
+               
               </ul>
-The <code>string</code> gives the actual cross-reference string from the
-GEDCOM file, and the <code>object</code> is initially <code>NULL,</code>
-but can be filled by the application with an object (of any type) that corresponds
-with the cross-reference, and then later extracted when the cross-reference
-is used or defined again in the file. &nbsp;This relieves the application
+ The <code>string</code> gives the actual cross-reference string from the 
+GEDCOM file, and the <code>object</code> is initially <code>NULL,</code> but
+can be filled by the application with an object (of any type) that corresponds 
+with the cross-reference, and then later extracted when the cross-reference 
+is used or defined again in the file. &nbsp;This relieves the application 
 from the burden of maintaining the mapping between cross-references and objects.<br>
-              <br>
-The parser checks whether all cross-references that are used are defined
-(if not, an error is produced) and whether all cross-references that are
-defined are used (if not, a warning is produced). &nbsp;It also checks whether
-the type of the cross-reference is the same on definition and use (if not,
-an error is produced).<br>
-              <br>
-                                                       
-              <hr width="100%" size="2">             
+               <br>
+ The parser checks whether all cross-references that are used are defined 
+(if not, an error is produced) and whether all cross-references that are defined
+are used (if not, a warning is produced). &nbsp;It also checks whether the
+type of the cross-reference is the same on definition and use (if not, an
+error is produced).<br>
+               <br>
+                                                                       
+              <hr width="100%" size="2">                            
               <pre>$Id$<br>$Name$<br></pre>
-     <br>
-                                                         
+      <br>
+                                                                        
               </body>
               </html>
index c0018d7d9c4410c4f76f4369030f011d7e72fb41..c56ceb177acc732e4f79c2be480af5438fee02b5 100644 (file)
@@ -2,9 +2,10 @@
 <html>
 <head>
   <title>GEDCOM links</title>
+      
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 </head>
-<body>
-TO BE COMPLETED
+  <body text="#000000" bgcolor="#ffffff" link="#000099" vlink="#990099" alink="#000099">
+ TO BE COMPLETED 
 </body>
 </html>
index 4ff35cde9321cb3ee8bea78d852a1efa4c9742f2..a70769370698c294c327d0abbc95e8d576a5514c 100644 (file)
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-                           
+                               
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   <title>The Gedcom parser library</title>
 </head>
-  <body>
-           
-<div align="center">      
+  <body text="#000000" bgcolor="#ffffff" link="#000099" vlink="#990099" alink="#000099">
+             
+<div align="center">       
 <h1>The Gedcom parser library</h1>
-           
-<div align="left">The intention of this page is to provide some explanation 
-   of the gedcom parser, to aid development on and with it. &nbsp;First, some
-practical  issues  of testing with the parser will be explained.<br>
-      <br>
-           
+             
+<div align="left">The intention of this page is to provide some explanation
+    of the gedcom parser, to aid development on and with it. &nbsp;First,
+some practical  issues  of testing with the parser will be explained.<br>
+       <br>
+             
 <h2>Basic testing<br>
-      </h2>
- You should be able to perform a basic test using the commands:<br>
-           
+       </h2>
 You should be able to perform a basic test using the commands:<br>
+             
 <blockquote><code>./configure<br>
-      make<br>
-       make check</code><br>
-        </blockquote>
-       If everything goes OK, you'll see that some gedcom files are parsed, 
- and   that each parse is successful. &nbsp;Note that the used gedcom files 
- are  made by <a href="http://heiner-eichmann.de/gedcom/gedcom.htm">Heiner 
- Eichmann</a>       and are an excellent way to test gedcom parsers thoroughly.<br>
-        <br>
-                       
+       make<br>
+        make check</code><br>
+         </blockquote>
+        If everything goes OK, you'll see that some gedcom files are parsed,
+  and   that each parse is successful. &nbsp;Note that the used gedcom files
+  are  made by <a href="http://heiner-eichmann.de/gedcom/gedcom.htm">Heiner
 Eichmann</a>       and are an excellent way to test gedcom parsers thoroughly.<br>
+         <br>
+                           
   <h2>Preparing for further testing</h2>
-       The basic testing described above doesn't show anything else than
-"Parse    succeeded", which is nice, but not very interesting. &nbsp;Some
-more detailed    tests are possible, via the <code>testgedcom</code> program
+        The basic testing described above doesn't show anything else than 
+"Parse    succeeded", which is nice, but not very interesting. &nbsp;Some 
+more detailed    tests are possible, via the <code>testgedcom</code> program 
 that is generated    by <code>make test</code>. &nbsp;<br>
-        <br>
-       However, since the output that <code>testgedcom</code> generates is
-  in  UTF-8 format (more on this later), some preparation is necessary to
-have  a full view on it. &nbsp;Basically, you need a terminal that understands 
- and can display UTF-8 encoded characters, and you need to proper fonts installed 
-   to display them. &nbsp;I'll give some advice on this here, based on the 
- Red  Hat 7.1 distribution that I use, with glibc 2.2 and XFree86 4.0.x. &nbsp;Any
-   other distribution that has the same or newer versions for these components
-   should give the same results.<br>
-        <br>
-       For the first issue, the UTF-8 capable terminal, the safest bet is 
-to  use    <code>xterm</code> in its unicode mode (which is supported by the
-  <code>   xterm</code> coming with XFree86 4.0.x). &nbsp;UTF-8 capabilities
-  have only  recently been added to <code>gnome-terminal</code>, so probably
+         <br>
+        However, since the output that <code>testgedcom</code> generates
+is   in  UTF-8 format (more on this later), some preparation is necessary
+to have  a full view on it. &nbsp;Basically, you need a terminal that understands
+  and can display UTF-8 encoded characters, and you need to proper fonts
+installed     to display them. &nbsp;I'll give some advice on this here,
+based on the   Red  Hat 7.1 distribution that I use, with glibc 2.2 and XFree86
+4.0.x. &nbsp;Any    other distribution that has the same or newer versions
+for these components    should give the same results.<br>
+         <br>
+        For the first issue, the UTF-8 capable terminal, the safest bet is
+ to  use    <code>xterm</code> in its unicode mode (which is supported by
+the   <code>   xterm</code> coming with XFree86 4.0.x). &nbsp;UTF-8 capabilities 
+  have only  recently been added to <code>gnome-terminal</code>, so probably 
   that is not  in your distribution yet (it certainly isn't in Red Hat 7.1).<br>
-        <br>
-       For the second issue, you'll need the ISO 10646-1 fonts. &nbsp;These 
- come   also with XFree86 4.0.x.<br>
-        <br>
-       The way to start <code>xterm</code> in unicode mode is then e.g. (put
-  everything  on 1 line !):<br>
-                       
-  <blockquote><code>LANG=en_GB.UTF-8 xterm -bg 'black' -fg 'DarkGrey' -cm 
-   -fn '-Misc-Fixed-Medium-R-SemiCondensed--13-120-75-75-C-60-ISO10646-1'</code><br>
-          </blockquote>
-            This first sets the <code>LANG</code> variable to a locale that 
- uses  UTF-8, and then starts <code>xterm</code> with a proper Unicode font. 
- &nbsp;Some  sample UTF-8 plain text files can be found <a href="http://www.cl.cam.ac.uk/%7Emgk25/ucs/examples">
-      here</a>     . &nbsp;Just <code>cat</code> them on the command line 
-and see the result.<br>
-          <br>
-                                   
+         <br>
+        For the second issue, you'll need the ISO 10646-1 fonts. &nbsp;These
 come   also with XFree86 4.0.x.<br>
+         <br>
+        The way to start <code>xterm</code> in unicode mode is then e.g.
+(put   everything  on 1 line !):<br>
+                           
+  <blockquote><code>LANG=en_GB.UTF-8 xterm -bg 'black' -fg 'DarkGrey' -cm
+    -fn '-Misc-Fixed-Medium-R-SemiCondensed--13-120-75-75-C-60-ISO10646-1'</code><br>
+           </blockquote>
+             This first sets the <code>LANG</code> variable to a locale that
+  uses  UTF-8, and then starts <code>xterm</code> with a proper Unicode font.
 &nbsp;Some  sample UTF-8 plain text files can be found <a href="http://www.cl.cam.ac.uk/%7Emgk25/ucs/examples">
+       here</a>     . &nbsp;Just <code>cat</code> them on the command line
+ and see the result.<br>
+           <br>
+                                         
     <h2>Testing the parser with debugging</h2>
-      Given the UTF-8 capable terminal, you can now let the <code>testgedcom</code>
-       program print the values that it parses. &nbsp;An example of a command 
-  line is (in the <code>gedcom</code> directory):<br>
-                                   
+       Given the UTF-8 capable terminal, you can now let the <code>testgedcom</code>
+        program print the values that it parses. &nbsp;An example of a command
+   line is (in the <code>gedcom</code> directory):<br>
+                                         
     <blockquote><code>./testgedcom -dg t/ulhc.ged</code><br>
-            </blockquote>
-      The <code>-dg</code> option instructs the parser to show its own debug
-  messages  &nbsp;(see <code>./testgedcom -h</code> for the full set of options). 
- &nbsp;If  everything is OK, you'll see the values from the gedcom file, containing
- a lot of special characters.<br>
-            <br>
-      For the ANSEL test file (<code>t/ansel.ged</code>), you have to set 
-the   environment variable <code>GCONV_PATH</code> to the <code>ansel</code>
-  subdirectory   of the gedcom directory:<br>
-                                               
+             </blockquote>
+       The <code>-dg</code> option instructs the parser to show its own debug 
+  messages  &nbsp;(see <code>./testgedcom -h</code> for the full set of options).
+  &nbsp;If  everything is OK, you'll see the values from the gedcom file,
+containing  a lot of special characters.<br>
+             <br>
+       For the ANSEL test file (<code>t/ansel.ged</code>), you have to set
+ the   environment variable <code>GCONV_PATH</code> to the <code>ansel</code>
+   subdirectory   of the gedcom directory:<br>
+                                                       
       <blockquote><code>export GCONV_PATH=./ansel<br>
-      ./testgedcom -dg t/ansel.ged<br>
-              </code></blockquote>
-      This is because for the ANSEL character set an extra module is needed 
- for  the iconv library (more on this later). &nbsp;But again, this should 
- show  a lot of special characters.<br>
-              <br>
-                                                           
+       ./testgedcom -dg t/ansel.ged<br>
+               </code></blockquote>
+       This is because for the ANSEL character set an extra module is needed
+  for  the iconv library (more on this later). &nbsp;But again, this should
 show  a lot of special characters.<br>
+               <br>
+                                                                     
         <h2>Testing the lexers separately</h2>
-      The lexers themselves can be tested separately. &nbsp;For the 1-byte
- lexer   (i.e. supporting the encodings with 1 byte per characters, such
-as  ASCII,   ANSI and ANSEL), the sequence of commands would be:<br>
-                                                           
+       The lexers themselves can be tested separately. &nbsp;For the 1-byte 
+ lexer   (i.e. supporting the encodings with 1 byte per characters, such as
+ ASCII,   ANSI and ANSEL), the sequence of commands would be:<br>
+                                                                     
         <blockquote><code>make clean<br>
-      make test_1byte<br>
-            </code></blockquote>
-  This will show all tokens in the <code>t/allged.ged</code> test file. &nbsp;Similar
- tests can be done using <code>make test_hilo</code> and <code>make test_lohi</code>
-   (for the unicode lexers).<br>
-                <br>
-      This concludes the testing setup. &nbsp;Now for some explanations...<br>
-                <br>
-                                                                       
+       make test_1byte<br>
+             </code></blockquote>
+   This will show all tokens in the <code>t/allged.ged</code> test file.
+&nbsp;Similar  tests can be done using <code>make test_hilo</code> and <code>
+make test_lohi</code>    (for the unicode lexers).<br>
+                 <br>
+       This concludes the testing setup. &nbsp;Now for some explanations...<br>
+                 <br>
+                                                                         
+         
           <h2>Structure of the parser</h2>
-      I see the structure of a program using the gedcom parser as follows:<br>
-                <br>
-                <img src="images/schema.png" alt="Gedcom parsing scheme">
-                <br>
-                <br>
-                <br>
-      TO BE COMPLETED...<br>
-                                   
-          <hr width="100%" size="2">
+       I see the structure of a program using the gedcom parser as follows:<br>
+                 <br>
+                 <img src="images/schema.png" alt="Gedcom parsing scheme">
+                 <br>
+                 <br>
+                 <br>
+       TO BE COMPLETED...<br>
+                                               
+          <hr width="100%" size="2">           
           <pre>$Id$<br>$Name$<br></pre>
-          <br>
-                </div>
-                </div>
-                                                                       
+           <br>
+                 </div>
+                 </div>
+                                                                         
+         
           </body>
           </html>
index fbdcf1db7d5416728fee344d717d5af047b294bf..762a4b0a7cd6c86cca27de62a44ff714a76c3f63 100644 (file)
 <html>
 <head>
   <title>Using the GEDCOM parser library</title>
-                                  
+                                         
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 </head>
-  <body>
-         
+  <body text="#000000" bgcolor="#ffffff" link="#000099" vlink="#990099" alink="#000099">
+           
 <h1 align="center">Using the GEDCOM parser library</h1>
-     <br>
-         
+      <br>
+           
 <h2>Index</h2>
-       
+         
 <ul>
-      <li><a href="#anchor">Overview</a></li>
-      <li><a href="#Error_handling">Error handling</a></li>
-      <li><a href="#Data_callback_mechanism">Data callback mechanism</a></li>
-               
+       <li><a href="#anchor">Overview</a></li>
+       <li><a href="#Error_handling">Error handling</a></li>
+       <li><a href="#Data_callback_mechanism">Data callback mechanism</a></li>
+                   
   <ul>
-        <li><a href="#Start_and_end_callbacks">Start and end callbacks</a></li>
-        <li><a href="#Default_callbacks">Default callbacks</a></li>
-               
+         <li><a href="#Start_and_end_callbacks">Start and end callbacks</a></li>
+         <li><a href="#Default_callbacks">Default callbacks</a></li>
+                   
   </ul>
-     <li><a href="#Other_API_functions">Other API functions</a></li>
-           
+      <li><a href="#Other_API_functions">Other API functions</a></li>
+               
   <ul>
-       <li><a href="#Debugging">Debugging</a></li>
-       <li><a href="#Error_treatment">Error treatment</a></li>
-       <li><a href="#Compatibility_mode">Compatibility mode</a></li>
-           
+        <li><a href="#Debugging">Debugging</a></li>
+        <li><a href="#Error_treatment">Error treatment</a></li>
+        <li><a href="#Compatibility_mode">Compatibility mode</a></li>
+               
   </ul>
-     <li><a href="interface.html">Interface details</a><br>
-        </li>
-       
+      <li><a href="interface.html">Interface details</a><br>
+         </li>
+         
 </ul>
-       
-<hr width="100%" size="2">     
-<h2><a name="Overview"></a>Overview<br>
-     </h2>
-     The GEDCOM parser library is built as a callback-based parser (comparable 
-  to the SAX interface of XML). &nbsp;It comes with:<br>
          
+<hr width="100%" size="2">      
+<h2><a name="Overview"></a>Overview<br>
+      </h2>
+      The GEDCOM parser library is built as a callback-based parser (comparable
+   to the SAX interface of XML). &nbsp;It comes with:<br>
+           
 <ul>
-       <li>a library (<code>libgedcom.so</code>), to be linked in the application 
-  program</li>
-       <li>a header file (<code>gedcom.h</code>), to be used in the sources 
- of  the application program</li>
-   <li>a header file (<code>gedcom-tags.h</code>) that is also installed, 
-but that is automatically included via <code>gedcom.h</code><br>
-   </li>
-         
+        <li>a library (<code>libgedcom.so</code>), to be linked in the application
+   program</li>
+        <li>a header file (<code>gedcom.h</code>), to be used in the sources
 of  the application program</li>
+    <li>a header file (<code>gedcom-tags.h</code>) that is also installed,
+ but that is automatically included via <code>gedcom.h</code><br>
+    </li>
+           
 </ul>
-     Next to these, there is also a data directory in <code>$PREFIX/share/gedcom-parse</code>
-      that contains some additional stuff, but which is not immediately important 
-  at first. &nbsp;I'll leave the description of the data directory for later.<br>
-     <br>
-     The very simplest call of the gedcom parser is simply the following
-piece   of code (include of the gedcom header is assumed, as everywhere in
+      Next to these, there is also a data directory in <code>$PREFIX/share/gedcom-parse</code>
+       that contains some additional stuff, but which is not immediately
+important    at first. &nbsp;I'll leave the description of the data directory
+for later.<br>
+      <br>
+      The very simplest call of the gedcom parser is simply the following 
+piece   of code (include of the gedcom header is assumed, as everywhere in 
 this manual):<br>
-         
+           
 <blockquote><code>int result;<br>
-     ...<br>
-     result = <b>gedcom_parse_file</b>("myfamily.ged");<br>
-       </code>   </blockquote>
-     Although this will not provide much information, one thing it does is
- parse  the entire file and return the result. &nbsp;The function returns
-0 on success  and 1 on failure. &nbsp;No other information is available using
+      ...<br>
+      result = <b>gedcom_parse_file</b>("myfamily.ged");<br>
+        </code>   </blockquote>
+      Although this will not provide much information, one thing it does
+is  parse  the entire file and return the result. &nbsp;The function returns 
+0 on success  and 1 on failure. &nbsp;No other information is available using 
  this function  only.<br>
-      <br>
-    The next sections will refine this to be able to have meaningful errors 
- and the actual data that is in the file.<br>
-               
-  <hr width="100%" size="2">               
+       <br>
+     The next sections will refine this to be able to have meaningful errors
 and the actual data that is in the file.<br>
+                   
+  <hr width="100%" size="2">                  
   <h2><a name="Error_handling"></a>Error handling</h2>
-    Since this is a relatively simple topic, it is discussed before the actual
-  callback mechanism, although it also uses a callback...<br>
-      <br>
-    The library can be used in several different circumstances, both terminal-based
-  as GUI-based. &nbsp;Therefore, it leaves the actual display of the error
- message up to the application. &nbsp;For this, the application needs to
-register  a callback before parsing the GEDCOM file, which will be called
-by the library   on errors, warnings and messages.<br>
-      <br>
-    A typical piece of code would be:<br>
-               
-  <blockquote><code>void <b>my_message_handler</b> (Gedcom_msg_type type,
+     Since this is a relatively simple topic, it is discussed before the
+actual   callback mechanism, although it also uses a callback...<br>
+       <br>
+     The library can be used in several different circumstances, both terminal-based 
+  as GUI-based. &nbsp;Therefore, it leaves the actual display of the error 
+ message up to the application. &nbsp;For this, the application needs to register
+ a callback before parsing the GEDCOM file, which will be called by the library
+  on errors, warnings and messages.<br>
+       <br>
+     A typical piece of code would be:<br>
+                   
+  <blockquote><code>void <b>my_message_handler</b> (Gedcom_msg_type type, 
   char *msg)<br>
-    {<br>
-    &nbsp; ...<br>
-    }<br>
-    ...<br>
-        <b>gedcom_set_message_handler</b>(my_message_handler);<br>
-    ...<br>
-    result = <b>gedcom_parse_file</b>("myfamily.ged");</code><br>
-        </blockquote>
-    In the above piece of code, <code>my_message_handler</code> is the callback
+     {<br>
+     &nbsp; ...<br>
+     }<br>
+     ...<br>
+         <b>gedcom_set_message_handler</b>(my_message_handler);<br>
+     ...<br>
+     result = <b>gedcom_parse_file</b>("myfamily.ged");</code><br>
+         </blockquote>
+     In the above piece of code, <code>my_message_handler</code> is the callback 
   that will be called for errors (<code>type=ERROR</code>), warnings (<code>
-   type=WARNING</code>) and messages (<code>type=MESSAGE</code>). &nbsp;The
- callback must have the signature as in the example. &nbsp;For errors, the
+    type=WARNING</code>) and messages (<code>type=MESSAGE</code>). &nbsp;The 
+ callback must have the signature as in the example. &nbsp;For errors, the 
      <code> msg</code> passed to the callback will have the format:<br>
-                       
+                             
     <blockquote><code>Error on line</code> <i>&lt;lineno&gt;</i>: <i>&lt;actual_message&gt;</i><br>
-          </blockquote>
-    Note that the entire string will be properly internationalized, and encoded
-  in UTF-8 (see "Why UTF-8?" &nbsp;<i>LINK TBD</i>). &nbsp;Also, no newline
-  is appended, so that the application program can use it in any way it wants.
-  &nbsp;Warnings are similar, but use "Warning" instead of "Error". &nbsp;Messages
-  are plain text, without any prefix.<br>
-          <br>
-    With this in place, the resulting code will already show errors and warnings
-  produced by the parser, e.g. on the terminal if a simple <code>printf</code>
-     is used in the message handler.<br>
-                               
-      <hr width="100%" size="2">                            
+           </blockquote>
+     Note that the entire string will be properly internationalized, and
+encoded   in UTF-8 (see "Why UTF-8?" &nbsp;<i>LINK TBD</i>). &nbsp;Also,
+no newline   is appended, so that the application program can use it in any
+way it wants.   &nbsp;Warnings are similar, but use "Warning" instead of
+"Error". &nbsp;Messages   are plain text, without any prefix.<br>
+           <br>
+     With this in place, the resulting code will already show errors and
+warnings   produced by the parser, e.g. on the terminal if a simple <code>
+printf</code>      is used in the message handler.<br>
+                                       
+      <hr width="100%" size="2">                                   
       <h2><a name="Data_callback_mechanism"></a>Data callback mechanism</h2>
-    The most important use of the parser is of course to get the data out 
-of  the GEDCOM file. &nbsp;As already mentioned, the parser uses a callback
+     The most important use of the parser is of course to get the data out
+ of  the GEDCOM file. &nbsp;As already mentioned, the parser uses a callback 
  mechanism  for that. &nbsp;In fact, the mechanism involves two levels.<br>
-          <br>
-    The primary level is that each of the sections in a GEDCOM file is notified
-  to the application code via a "start element" callback and an "end element"
-  callback (much like in a SAX interface for XML), i.e. when a line containing
-  a certain tag is parsed, the "start element" callback is called for that
- tag, and when all its subordinate lines with their tags have been processed,
- the "end element" callback is called for the original tag. &nbsp;Since GEDCOM
-  is hierarchical, this results in properly nested calls to appropriate "start
+           <br>
+     The primary level is that each of the sections in a GEDCOM file is notified 
+  to the application code via a "start element" callback and an "end element" 
+  callback (much like in a SAX interface for XML), i.e. when a line containing 
+  a certain tag is parsed, the "start element" callback is called for that 
+ tag, and when all its subordinate lines with their tags have been processed, 
+ the "end element" callback is called for the original tag. &nbsp;Since GEDCOM 
+  is hierarchical, this results in properly nested calls to appropriate "start 
   element" and "end element" callbacks.<br>
-          <br>
-    However, it would be typical for a genealogy program to support only
-a  subset  of the GEDCOM standard, certainly a program that is still under
-development.   &nbsp;Moreover, under GEDCOM it is allowed for an application
-to define its  own tags, which will typically not &nbsp;be supported by another
-application.   &nbsp;Still, in that case, data preservation is important;
-it would hardly   be accepted that information that is not understood by
-certain program  is just removed.<br>
-          <br>
-    Therefore, the second level of callbacks involves a "default callback". 
- &nbsp;An application needs to subscribe to callbacks for tags it does support, 
- and need to provide a "default callback" which will be called for tags it 
- doesn't support. &nbsp;The application can then choose to just store the 
-information that comes via the default callback in plain textual format.<br>
-          <br>
-    After this introduction, let's see what the API looks like...<br>
-          <br>
-                               
+           <br>
+     However, it would be typical for a genealogy program to support only 
+a  subset  of the GEDCOM standard, certainly a program that is still under 
+development.   &nbsp;Moreover, under GEDCOM it is allowed for an application 
+to define its  own tags, which will typically not &nbsp;be supported by another 
+application.   &nbsp;Still, in that case, data preservation is important; 
+it would hardly   be accepted that information that is not understood by a
+certain program  is just removed.<br>
+           <br>
+     Therefore, the second level of callbacks involves a "default callback".
+  &nbsp;An application needs to subscribe to callbacks for tags it does support,
+  and need to provide a "default callback" which will be called for tags
+it   doesn't support. &nbsp;The application can then choose to just store
+the  information that comes via the default callback in plain textual format.<br>
+           <br>
+     After this introduction, let's see what the API looks like...<br>
+           <br>
+                                       
       <h3><a name="Start_and_end_callbacks"></a>Start and end callbacks</h3>
-                               
+                                       
       <h4><i>Callbacks for records</i> <br>
-          </h4>
-    As a simple example, we will get some information from the header of
+           </h4>
+     As a simple example, we will get some information from the header of 
 a  GEDCOM  file. &nbsp;First, have a look at the following piece of code:<br>
-                               
-      <blockquote><code>Gedcom_ctxt <b>my_header_start_cb</b> (int level,
+                                       
+      <blockquote><code>Gedcom_ctxt <b>my_header_start_cb</b> (int level, 
   <br>
-&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Gedcom_val xref, <br>
-&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; char *tag, <br>
-&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; char *raw_value,<br>
-&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int parsed_tag, <br>
-&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Gedcom_val parsed_value)<br>
-    {<br>
-    &nbsp; printf("The header starts\n");<br>
-    &nbsp; return (Gedcom_ctxt)1;<br>
-    }<br>
-            <br>
-    void <b>my_header_end_cb</b> (Gedcom_ctxt self)<br>
-    {<br>
-    &nbsp; printf("The header ends, context is %d\n", self); &nbsp; /* context
+     {<br>
+     &nbsp; printf("The header starts\n");<br>
+     &nbsp; return (Gedcom_ctxt)1;<br>
+     }<br>
+             <br>
+     void <b>my_header_end_cb</b> (Gedcom_ctxt self)<br>
+     {<br>
+     &nbsp; printf("The header ends, context is %d\n", self); &nbsp; /* context 
   will print as "1" */<br>
-    }<br>
-            <br>
-    ...<br>
-            <b>gedcom_subscribe_to_record</b>(REC_HEAD, my_header_start_cb, 
- my_header_end_cb);<br>
-    ...<br>
-    result = <b>gedcom_parse_file</b>("myfamily.ged");</code><br>
-            </blockquote>
-       Using the <code>gedcom_subscribe_to_record</code> function, the application
-  requests to use the specified callbacks as start and end callback. The
-end   callback is optional: you can pass <code>NULL</code> if you are not
-interested   in the end callback. &nbsp;The identifiers to use as first argument
-to the   function (here <code>REC_HEAD</code>) are described in the <a href="interface.html#Record_identifiers">
-   interface details</a>.<br>
-            <br>
-    From the name of the function it becomes clear that this function is
-specific   to complete records. &nbsp;For the separate elements in records
-there is  another function, which we'll see shortly. &nbsp;Again, the callbacks
+     }<br>
+             <br>
+     ...<br>
+             <b>gedcom_subscribe_to_record</b>(REC_HEAD, my_header_start_cb,
 my_header_end_cb);<br>
+     ...<br>
+     result = <b>gedcom_parse_file</b>("myfamily.ged");</code><br>
+             </blockquote>
+        Using the <code>gedcom_subscribe_to_record</code> function, the application 
+  requests to use the specified callbacks as start and end callback. The end
+  callback is optional: you can pass <code>NULL</code> if you are not interested
+  in the end callback. &nbsp;The identifiers to use as first argument to
+the   function (here <code>REC_HEAD</code>) are described in the <a href="interface.html#Record_identifiers">
+    interface details</a>.<br>
+             <br>
+     From the name of the function it becomes clear that this function is 
+specific   to complete records. &nbsp;For the separate elements in records 
+there is  another function, which we'll see shortly. &nbsp;Again, the callbacks 
 need  to have the signatures as shown in the example.<br>
-            <br>
-    The <code>Gedcom_ctxt</code> type that is used as a result of the start 
- callback and as an argument to the end callback is vital for passing context 
- necessary for the application. &nbsp;This type is meant to be opaque; in 
-fact, it's a void pointer, so you can pass anything via it. &nbsp;The important 
- thing to know is that the context that the application returns in the start 
- callback will be passed in the end callback as an argument, and as we will 
- see shortly, also to all the directly subordinate elements of the record.<br>
-         <br>
- The <code>tag</code> is the GEDCOM tag in string format, the <code>parsed_tag</code>
-  is an integer, for which symbolic values are defined as <code>TAG_HEAD,</code>
-  <code>TAG_SOUR,</code> <code>TAG_DATA,</code> ... and <code>USERTAG </code><code></code>
- for the application-specific tags. &nbsp;These values are defined in the 
-header <code>gedcom-tags.h</code> that is installed, and included via <code>
- gedcom.h</code> (so no need to include <code>gedcom-tags.h</code> yourself).<br>
-            <br>
-    The example passes a simple integer as context, but an application could
-  e.g. pass a <code>struct</code> that will contain the information for the
-  header. &nbsp;In the end callback, the application could then e.g. do some
+             <br>
+     The <code>Gedcom_ctxt</code> type that is used as a result of the start
+  callback and as an argument to the end callback is vital for passing context
+  necessary for the application. &nbsp;This type is meant to be opaque; in
+ fact, it's a void pointer, so you can pass anything via it. &nbsp;The important
+  thing to know is that the context that the application returns in the start
+  callback will be passed in the end callback as an argument, and as we will
 see shortly, also to all the directly subordinate elements of the record.<br>
+          <br>
 The <code>tag</code> is the GEDCOM tag in string format, the <code>parsed_tag</code>
+   is an integer, for which symbolic values are defined as <code>TAG_HEAD,</code>
+   <code>TAG_SOUR,</code> <code>TAG_DATA,</code> ... and <code>USERTAG </code><code></code>
+  for the application-specific tags. &nbsp;These values are defined in the
+ header <code>gedcom-tags.h</code> that is installed, and included via <code>
 gedcom.h</code> (so no need to include <code>gedcom-tags.h</code> yourself).<br>
+             <br>
+     The example passes a simple integer as context, but an application could 
+  e.g. pass a <code>struct</code> that will contain the information for the 
+  header. &nbsp;In the end callback, the application could then e.g. do some 
   finalizing operations on the <code>struct</code> to put it in its database.<br>
-            <br>
-    (Note that the <code>Gedcom_val</code> type for the <code>xref</code>
- and <code>parsed_value</code> arguments  was not discussed, see further
+             <br>
+     (Note that the <code>Gedcom_val</code> type for the <code>xref</code>
+  and <code>parsed_value</code> arguments  was not discussed, see further 
 for this)<br>
-            <br>
-                                       
+             <br>
+                                                 
         <h4><i>Callbacks for elements</i></h4>
-    We will now retrieve the SOUR field (the name of the program that wrote 
- the file) from the header:<br>
-                                       
-        <blockquote><code>Gedcom_ctxt <b>my_header_source_start_cb</b>(Gedcom_ctxt
+     We will now retrieve the SOUR field (the name of the program that wrote
 the file) from the header:<br>
+                                                 
+        <blockquote><code>Gedcom_ctxt <b>my_header_source_start_cb</b>(Gedcom_ctxt 
   parent,<br>
-    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
-&nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int &nbsp; 
-&nbsp;  &nbsp; &nbsp; level,<br>
-    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
-&nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; char* &nbsp; 
-&nbsp;  &nbsp; tag,<br>
-    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
-&nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; char* &nbsp; 
-&nbsp;  &nbsp; raw_value,<br>
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
-&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int &nbsp; &nbsp; 
-&nbsp; &nbsp; parsed_tag,<br>
-    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
-&nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Gedcom_val 
-&nbsp;parsed_value)<br>
-    {<br>
-    &nbsp; char *source = GEDCOM_STRING(parsed_value);<br>
-    &nbsp; printf("This file was written by %s\n", source);<br>
-    &nbsp; return parent;<br>
-    }<br>
+     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int &nbsp;
+ &nbsp;  &nbsp; &nbsp; level,<br>
+     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; char* &nbsp;
+ &nbsp;  &nbsp; tag,<br>
+     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; char* &nbsp;
+ &nbsp;  &nbsp; raw_value,<br>
+  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int &nbsp; &nbsp;
+ &nbsp; &nbsp; parsed_tag,<br>
+     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Gedcom_val
+ &nbsp;parsed_value)<br>
+     {<br>
+     &nbsp; char *source = GEDCOM_STRING(parsed_value);<br>
+     &nbsp; printf("This file was written by %s\n", source);<br>
+     &nbsp; return parent;<br>
+     }<br>
+               <br>
+     void <b>my_header_source_end_cb</b>(Gedcom_ctxt parent,<br>
+     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;Gedcom_ctxt self,<br>
+     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;Gedcom_val &nbsp;parsed_value)<br>
+     {<br>
+     &nbsp; printf("End of the source description\n");<br>
+     }<br>
+               <br>
+     ...<br>
+               <b>gedcom_subscribe_to_element</b>(ELT_HEAD_SOUR,<br>
+     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp;  &nbsp; &nbsp; &nbsp; my_header_source_start_cb,<br>
+     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp;  &nbsp; &nbsp; &nbsp; my_header_source_end_cb);<br>
+     ...<br>
+     result = <b>gedcom_parse_file</b>("myfamily.ged");</code><br>
+               </blockquote>
+     The subscription mechanism for elements is similar, only the signatures
+  of the callbacks differ. &nbsp;The signature for the start callback shows
+  that the context of the parent line (e.g. the <code>struct</code> that
+describes   the header) is passed to this start callback. &nbsp;The callback
+itself returns  here the same context, but this can be its own context object
+of course. &nbsp;The end callback is called with both the context of the
+parent and the context of itself, which will be the same in the example.
+&nbsp;Again,  the list of identifiers to use as a first argument for the
+subscription function  are detailed in the <a href="interface.html#Element_identifiers">
+ interface  details</a> .<br>
+               <br>
+     If we look at the other arguments of the start callback, we see the
+level   number (the initial number of the line in the GEDCOM file), the tag
+(e.g.   "SOUR"), and then a raw value, a parsed tag and a parsed value. &nbsp;The
+ raw value is just the raw string that occurs as value on the line next to
+ the tag (in UTF-8 encoding). &nbsp;The parsed value is the meaningful value
+ that is parsed from that raw string. &nbsp;The parsed tag is described in
+ the section for record callbacks.<br>
+               <br>
+     The <code>Gedcom_val</code> type is meant to be an opaque type. &nbsp;The 
+  only thing that needs to be known about it is that it can contain specific 
+  data types, which have to be retrieved from it using pre-defined macros. 
+ &nbsp;These data types are described in the <a href="interface.html#Gedcom_val_types">
+    interface details</a>.           <br>
               <br>
-    void <b>my_header_source_end_cb</b>(Gedcom_ctxt parent,<br>
-    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
-&nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;Gedcom_ctxt self,<br>
-    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
-&nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;Gedcom_val &nbsp;parsed_value)<br>
+     Some extra notes:<br>
+                                                           
+          <ul>
+                 <li>The <code>Gedcom_val</code> argument of the end callback 
+  is currently not used. &nbsp;It is there for future enhancements.</li>
+                 <li>There is also a <code>Gedcom_val</code> argument in
+the   start callback for records. &nbsp;This argument is currently a string
+value   giving the pointer in string form.</li>
+                                                           
+          </ul>
+                                                           
+          <h3><a name="Default_callbacks"></a>Default callbacks<br>
+               </h3>
+     As described above, an application doesn't always implement the entire 
+ GEDCOM spec, and application-specific tags may have been added by other applications.
+ &nbsp;To preserve this extra data anyway, a default callback can be registered
+ by the application, as in the following example:<br>
+                                               
+          <blockquote><code>void <b>my_default_cb</b> (Gedcom_ctxt parent,
+  int level, char* tag, char* raw_value, int parsed_tag)<br>
     {<br>
-    &nbsp; printf("End of the source description\n");<br>
+    &nbsp; ...<br>
     }<br>
-              <br>
+                <br>
     ...<br>
-              <b>gedcom_subscribe_to_element</b>(ELT_HEAD_SOUR,<br>
-    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
-&nbsp;  &nbsp; &nbsp; &nbsp; my_header_source_start_cb,<br>
-    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
-&nbsp;  &nbsp; &nbsp; &nbsp; my_header_source_end_cb);<br>
+                <b>gedcom_set_default_callback</b>(my_default_cb);<br>
     ...<br>
     result = <b>gedcom_parse_file</b>("myfamily.ged");</code><br>
-              </blockquote>
-    The subscription mechanism for elements is similar, only the signatures 
- of the callbacks differ. &nbsp;The signature for the start callback shows 
- that the context of the parent line (e.g. the <code>struct</code> that describes
-  the header) is passed to this start callback. &nbsp;The callback itself
-returns  here the same context, but this can be its own context object of
-course. &nbsp;The end callback is called with both the context of the parent
-and the context of itself, which will be the same in the example. &nbsp;Again,
- the list of identifiers to use as a first argument for the subscription
-function  are detailed in the <a href="interface.html#Element_identifiers">
-interface  details</a> .<br>
-              <br>
-    If we look at the other arguments of the start callback, we see the level
-  number (the initial number of the line in the GEDCOM file), the tag (e.g.
-  "SOUR"), and then a raw value, a parsed tag and a parsed value. &nbsp;The 
-raw value is just the raw string that occurs as value on the line next to 
-the tag (in UTF-8 encoding). &nbsp;The parsed value is the meaningful value 
-that is parsed from that raw string. &nbsp;The parsed tag is described in 
-the section for record callbacks.<br>
-              <br>
-    The <code>Gedcom_val</code> type is meant to be an opaque type. &nbsp;The
-  only thing that needs to be known about it is that it can contain specific
-  data types, which have to be retrieved from it using pre-defined macros.
- &nbsp;These data types are described in the <a href="interface.html#Gedcom_val_types">
-   interface details</a>.           <br>
-             <br>
-    Some extra notes:<br>
-                                               
-          <ul>
-                <li>The <code>Gedcom_val</code> argument of the end callback
-  is currently not used. &nbsp;It is there for future enhancements.</li>
-                <li>There is also a <code>Gedcom_val</code> argument in the 
- start callback for records. &nbsp;This argument is currently a string value 
- giving the pointer in string form.</li>
-                                               
-          </ul>
-                                               
-          <h3><a name="Default_callbacks"></a>Default callbacks<br>
-              </h3>
-    As described above, an application doesn't always implement the entire
- GEDCOM spec, and application-specific tags may have been added by other
-applications.  &nbsp;To preserve this extra data anyway, a default callback
-can be registered  by the application, as in the following example:<br>
-                                   
-          <blockquote><code>void <b>my_default_cb</b> (Gedcom_ctxt parent, 
- int level, char* tag, char* raw_value, int parsed_tag)<br>
-   {<br>
-   &nbsp; ...<br>
-   }<br>
-               <br>
-   ...<br>
-               <b>gedcom_set_default_callback</b>(my_default_cb);<br>
-   ...<br>
-   result = <b>gedcom_parse_file</b>("myfamily.ged");</code><br>
-               </blockquote>
-              This callback has a similar signature as the previous ones, 
-but  it doesn't contain a parsed value. &nbsp;However, it does contain the 
-parent  context, that was returned by the application for the most specific 
-containing  tag that the application supported.<br>
-               <br>
-   Suppose e.g. that this callback is called for some tags in the header
-that  are specific to some other application, then our application could
-make sure  that the parent context contains the struct or object that represents 
-the  header, and use the default callback here to add the level, tag and raw_value
- as plain text in a member of that struct or object, thus preserving the
-information.  &nbsp;The application can then write this out when the data
-is saved again  in a GEDCOM file. &nbsp;To make it more specific, consider 
-the following example:<br>
-                                         
+                </blockquote>
+               This callback has a similar signature as the previous ones,
+ but  it doesn't contain a parsed value. &nbsp;However, it does contain the
+ parent  context, that was returned by the application for the most specific
+ containing  tag that the application supported.<br>
+                <br>
+    Suppose e.g. that this callback is called for some tags in the header 
+that  are specific to some other application, then our application could make
+sure  that the parent context contains the struct or object that represents
+ the  header, and use the default callback here to add the level, tag and
+raw_value  as plain text in a member of that struct or object, thus preserving
+the information.  &nbsp;The application can then write this out when the
+data is saved again  in a GEDCOM file. &nbsp;To make it more specific, consider
+ the following example:<br>
+                                                       
             <blockquote><code>struct header {<br>
-   &nbsp; char* source;<br>
-   &nbsp; ...<br>
-   &nbsp; char* extra_text;<br>
-   };<br>
-                 <br>
-   Gedcom_ctxt my_header_start_cb(int level, Gedcom_val xref, char* tag,
+    &nbsp; char* source;<br>
+    &nbsp; ...<br>
+    &nbsp; char* extra_text;<br>
+    };<br>
+                  <br>
+    Gedcom_ctxt my_header_start_cb(int level, Gedcom_val xref, char* tag, 
 char *raw_value,<br>
-&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;int parsed_tag, Gedcom_val parsed_value)<br>
-   {<br>
-   &nbsp; struct header head = my_make_header_struct();<br>
-   &nbsp; return (Gedcom_ctxt)head;<br>
-   }<br>
-                 <br>
-   void my_default_cb(Gedcom_ctxt parent, int level, char* tag, char* raw_value, 
-int parsed_tag)<br>
-   {<br>
-   &nbsp; struct header head = (struct header)parent;<br>
-   &nbsp; my_header_add_to_extra_text(head, level, tag, raw_value);<br>
-   }<br>
-                 <br>
-   gedcom_set_default_callback(my_default_cb);<br>
-   gedcom_subscribe_to_record(REC_HEAD, my_header_start, NULL);<br>
-   ...<br>
-   result = gedcom_parse_file(filename);</code><br>
-                 </blockquote>
-   Note that the default callback will be called for any tag that isn't specifically 
- subscribed upon by the application, and can thus be called in various contexts. 
- &nbsp;For simplicity, the example above doesn't take this into account (the 
-               <code>parent</code> could be of different types, depending 
-on the context).<br>
-                                               
-              <hr width="100%" size="2">                                
-            
+    {<br>
+    &nbsp; struct header head = my_make_header_struct();<br>
+    &nbsp; return (Gedcom_ctxt)head;<br>
+    }<br>
+                  <br>
+    void my_default_cb(Gedcom_ctxt parent, int level, char* tag, char* raw_value,
+ int parsed_tag)<br>
+    {<br>
+    &nbsp; struct header head = (struct header)parent;<br>
+    &nbsp; my_header_add_to_extra_text(head, level, tag, raw_value);<br>
+    }<br>
+                  <br>
+    gedcom_set_default_callback(my_default_cb);<br>
+    gedcom_subscribe_to_record(REC_HEAD, my_header_start, NULL);<br>
+    ...<br>
+    result = gedcom_parse_file(filename);</code><br>
+                  </blockquote>
+    Note that the default callback will be called for any tag that isn't
+specifically   subscribed upon by the application, and can thus be called
+in various contexts.   &nbsp;For simplicity, the example above doesn't take
+this into account (the                 <code>parent</code> could be of different
+types, depending  on the context).<br>
+                                                               
+              <hr width="100%" size="2">                                 
+                          
               <h2><a name="Other_API_functions"></a>Other API functions<br>
-                 </h2>
-   Although the above describes the basic interface of libgedcom, there are 
- some other functions that allow to customize the behaviour of the library. 
- &nbsp;These will be explained in the current section.<br>
-                                               
+                  </h2>
+    Although the above describes the basic interface of libgedcom, there
+are   some other functions that allow to customize the behaviour of the library.
 &nbsp;These will be explained in the current section.<br>
+                                                               
               <h3><a name="Debugging"></a>Debugging</h3>
-   The library can generate various debugging output, not only from itself, 
- but also the debugging output generated by the yacc parser. &nbsp;By default, 
- no debugging output is generated, but this can be customized using the following 
- function:<br>
-                                               
-              <blockquote><code>void <b>gedcom_set_debug_level</b> (int level, 
- FILE* trace_output)</code><br>
-                   </blockquote>
-   The <code>level</code> can be one of the following values:<br>
-                                                     
+    The library can generate various debugging output, not only from itself,
+  but also the debugging output generated by the yacc parser. &nbsp;By default,
+  no debugging output is generated, but this can be customized using the
+following   function:<br>
+                                                               
+              <blockquote><code>void <b>gedcom_set_debug_level</b> (int level,
 FILE* trace_output)</code><br>
+                    </blockquote>
+    The <code>level</code> can be one of the following values:<br>
+                                                                       
                 <ul>
-                     <li>0: &nbsp;no debugging information (this is the default)</li>
-                     <li>1: &nbsp;only debugging information from libgedcom 
- itself</li>
-                     <li>2: &nbsp;debugging information from libgedcom and
+                      <li>0: &nbsp;no debugging information (this is the
+default)</li>
+                      <li>1: &nbsp;only debugging information from libgedcom
+  itself</li>
+                      <li>2: &nbsp;debugging information from libgedcom and 
  yacc</li>
-                                                     
+                                                                       
                 </ul>
-   If the <code>trace_output</code> is <code>NULL</code>, debugging information 
- will be written to <code>stderr</code>, otherwise the given file handle is
- used (which must be open).<br>
-                   <br>
-                                                     
+    If the <code>trace_output</code> is <code>NULL</code>, debugging information
+  will be written to <code>stderr</code>, otherwise the given file handle
+is  used (which must be open).<br>
+                    <br>
+                                                                       
                 <h3><a name="Error_treatment"></a>Error treatment</h3>
-   One of the previous sections already described the callback to be registered 
- to get error messages. &nbsp;The library also allows to customize what happens 
- on an error, using the following function:<br>
-                                                     
-                <blockquote><code>void <b>gedcom_set_error_handling</b> (Gedcom_err_mech 
- mechanism)</code><br>
-                     </blockquote>
-   The <code>mechanism</code> can be one of:<br>
-                                                           
+    One of the previous sections already described the callback to be registered
+  to get error messages. &nbsp;The library also allows to customize what
+happens   on an error, using the following function:<br>
+                                                                       
+                <blockquote><code>void <b>gedcom_set_error_handling</b> (Gedcom_err_mech
+  mechanism)</code><br>
+                      </blockquote>
+    The <code>mechanism</code> can be one of:<br>
+                                                                        
+      
                   <ul>
-                       <li><code>IMMED_FAIL</code>: immediately fail the
+                        <li><code>IMMED_FAIL</code>: immediately fail the 
 parsing  on an error (this is the default)</li>
-                       <li><code>DEFER_FAIL</code>: continue parsing after
+                        <li><code>DEFER_FAIL</code>: continue parsing after 
  an error, but return a failure code eventually</li>
-                       <li><code>IGNORE_ERRORS</code>: continue parsing after 
- an error, return success always</li>
-                                                           
+                        <li><code>IGNORE_ERRORS</code>: continue parsing
+after   an error, return success always</li>
+                                                                        
+      
                   </ul>
-   This doesn't influence the generation of error or warning messages, only 
- the behaviour of the parser and its return code.<br>
-                     <br>
-                                                           
+    This doesn't influence the generation of error or warning messages, only
+  the behaviour of the parser and its return code.<br>
+                      <br>
+                                                                        
+      
                   <h3><a name="Compatibility_mode"></a>Compatibility mode<br>
-                     </h3>
-   Applications are not necessarily true to the GEDCOM spec (or use a different 
- version than 5.5). &nbsp;The intention is that the library is resilient to
- this, and goes in compatibility mode for files written by specific programs 
- (detected via the HEAD.SOUR tag). &nbsp;This compatibility mode can be enabled 
- and disabled via the following function:<br>
-                                                           
+                      </h3>
+    Applications are not necessarily true to the GEDCOM spec (or use a different
+  version than 5.5). &nbsp;The intention is that the library is resilient
+to  this, and goes in compatibility mode for files written by specific programs
+  (detected via the HEAD.SOUR tag). &nbsp;This compatibility mode can be
+enabled   and disabled via the following function:<br>
+                                                                        
+      
                   <blockquote><code>void <b>gedcom_set_compat_handling</b>
-    (int enable_compat)</code><br>
-                       </blockquote>
-   The argument can be:<br>
-                                                                 
+     (int enable_compat)</code><br>
+                        </blockquote>
+    The argument can be:<br>
+                                                                        
+              
                     <ul>
-                         <li>0: disable compatibility mode</li>
-                         <li>1: allow compatibility mode (this is the default)<br>
-                         </li>
-                                                                 
+                          <li>0: disable compatibility mode</li>
+                          <li>1: allow compatibility mode (this is the default)<br>
+                          </li>
+                                                                        
+              
                     </ul>
-   Note that, currently, no actual compatibility code is present, but this
+    Note that, currently, no actual compatibility code is present, but this 
  is on the to-do list.<br>
-                                                                 
-                    <hr width="100%" size="2">                          
-               
+                                                                        
+              
+                    <hr width="100%" size="2">                           
+                                   
                     <pre>$Id$<br>$Name$<br></pre>
-                                           
+                                                                 
                     <pre>                    </pre>
                                                                         
-        
+                              
                     </body>
                     </html>