GEDCOM output not standard-compliant
Posted: Sun Nov 22, 2009 10:27 am
A minor niggle, but the GEDCOM output does not comply with the v5.5 standard, available for example at:
http://homepages.rootsweb.ancestry.com/ ... 5gctoc.htm
The problem is in the DATE field in the header, for example in
the date should be in the <DATE_EXACT> format, in this case "08 NOV 2009".
The incorrect format causes a warning when the GEDCOM file is imported into PHPGedView.
http://homepages.rootsweb.ancestry.com/ ... 5gctoc.htm
The problem is in the DATE field in the header, for example in
Code: Select all
0 HEAD
1 SOUR KITHKIN_PRO
2 VERS 3.0.6
2 NAME Kith and Kin Pro
2 CORP SpanSoft
3 ADDR E-mail: Support@spansoft.org
3 PHON +44 (0)1592 743110
1 DEST FILE
1 DATE 08/11/2009
1 SUBM @U1@
1 FILE all.ged
1 GEDC
2 VERS 5.5
2 FORM LINEAGE-LINKED
1 CHAR UTF-8
The incorrect format causes a warning when the GEDCOM file is imported into PHPGedView.