diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2013-02-24 18:13:26 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-24 08:52:58 -0800 |
commit | 1f20d5feed41ce509601435cb32645b473436ec8 (patch) | |
tree | 4e29b45a33df15da84c06ae69c189c7e3b7af91d /parse-xml.c | |
parent | afac4e71f44d542fb0117bdf4eac6a7fb28b2ccb (diff) | |
download | subsurface-1f20d5feed41ce509601435cb32645b473436ec8.tar.gz |
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>
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 e23ebc0a9..0a69126d3 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -1584,6 +1584,7 @@ static struct xslt_files { { "JDiveLog", "jdivelog2subsurface.xslt" }, { "dives", "MacDive.xslt" }, { "DIVELOGSDATA", "divelogs.xslt" }, + { "uddf", "uddf.xslt" }, { NULL, } }; |