frizbog / gedcom4j

Java library for reading/writing genealogy files in GEDCOM format
http://gedcom4j.org
54 stars 36 forks source link

FileReference551Parser is too strict for missing FORM tags under FILE tags for multimedia #117

Closed frizbog closed 8 years ago

frizbog commented 8 years ago

The GEDCOM 5.5.1 spec states that the FORM tag is mandatory under the FILE tag, but it is very common for this to be omitted, and the parser should be a little more relaxed here.

frizbog commented 8 years ago

Changing this from adding an error to adding a warning and proceeding anyway.

frizbog commented 8 years ago

Fixed in v3.0.1-SNAPSHOT

frizbog commented 8 years ago

Released in v3.0.1