<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="#age_value">struct age_value</a><br>
+ <li><a href="#date_value">struct date_value</a></li>
+ <li><a href="#date">struct date</a></li><li><a href="#age_value">struct age_value</a><br>
</li>
- <li><a href="#struct_xref_value">struct xref_value</a><br>
+ <li><a href="#xref_value">struct xref_value</a><br>
</li>
</ul>
<code>raw_value</code> 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. See
-<a href="#struct_date_value">here</a> for the definition.<br>
+<a href="#date_value">here</a> for the definition.<br>
<br>
The xref value is for cross-references between records in the file. See
-<a href="#struct_xref_value">here</a> for the definition.<br>
+<a href="#xref_value">here</a> for the definition.<br>
<br>
-<h3><a name="struct_date_value"></a>struct date_value</h3>
+<h3><a name="date_value"></a>struct date_value</h3>
This struct describes a date as given in the GEDCOM file, and has the
following definition:<br>
</table>
<br>
- <h3><a name="struct_date"></a>struct date<br>
+ <h3><a name="date"></a>struct date<br>
</h3>
The <code>date1</code> and <code>date2</code> also have a strict syntax:<br>
<li><code> AGE_NO_MODIFIER</code> : no modifier</li><li><code>AGE_LESS_THAN</code><code></code> : the modifier '<' is added</li><li><code>AGE_GREATER_THAN </code>: the modifier '>' is added</li>
</ul>
<br>
-<h3><a name="struct_xref_value"></a>struct xref_value</h3>
+<h3><a name="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
<br>
<br>
<br>
-</body></html>
\ No newline at end of file
+</body></html>