diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2013-06-07 17:45:56 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-06-07 21:41:52 -0700 |
commit | e504742dc8e7958d72e0d27c88996f20fafe2e38 (patch) | |
tree | c3c9856bbb13681980ba56fd4ea4ddd54f3a819b /parse-xml.c | |
parent | 00d5ab1bdcabca68b1a03c3d414e7a8cea4168ea (diff) | |
download | subsurface-e504742dc8e7958d72e0d27c88996f20fafe2e38.tar.gz |
Support for aquadivelog UDDF import
This implements limited support for importing dives from a Palm divelog
software called aquadivelog. Basic depth graph is imported but most of
the metadata is currently discarded.
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'parse-xml.c')
-rw-r--r-- | parse-xml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parse-xml.c b/parse-xml.c index 58a9019c9..ba952957f 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -1913,6 +1913,7 @@ static struct xslt_files { { "dives", "MacDive.xslt" }, { "DIVELOGSDATA", "divelogs.xslt" }, { "uddf", "uddf.xslt" }, + { "UDDF", "uddf.xslt" }, { "profile", "udcf.xslt" }, { "Divinglog", "DivingLog.xslt" }, { NULL, } |