Skip to content

FlorianKolb/GEDCOM

Repository files navigation

GedcomForge

Travis CI Status: Build Status

Target .NET-Framework Version: 3.5

GedcomForge is a wrapper library for GEDCOM files. It also contains validation of GEDCOM files and serialization to XML. The library can handle GEDCOM 5.5 files.

Documentation

The GedcomReader class provides methods for encapsulating GEDCOM files.

Parse GEDCOM file into XML:
XDocument document = GedcomReader.ToXml("file.ged");

Encapsulate GEDCOM file into class:
GedcomFile file = GedcomReader.ToGedcomFile("file.ged");

License

Copyright (c) Florian Kolb 2015

License Agreement

The software may be used, copied and modified freely. It may not be sold, licensed or otherwise distributed with costs. A change in the source code of this software requires a copy of precisely this License Agreement in each modified source file and a clear indication to this License Agreement in the final product, which uses modified parts of this source code, or an entire modified source code of this software.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published