XSLT for UDDF import

This XSLT imports the UDDF logs that I have received samples of. This
includes kenzooid and Heinrichs Weikamp's DR5.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2013-02-24 18:13:26 +02:00 committed by Dirk Hohndel
parent afac4e71f4
commit 1f20d5feed
2 changed files with 200 additions and 0 deletions

View file

@ -1584,6 +1584,7 @@ static struct xslt_files {
{ "JDiveLog", "jdivelog2subsurface.xslt" },
{ "dives", "MacDive.xslt" },
{ "DIVELOGSDATA", "divelogs.xslt" },
{ "uddf", "uddf.xslt" },
{ NULL, }
};