mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
XSLT to import SDM dive log
This is tested with Linus' sample data, all basic functionality seems to be working properly. Gas changes are implemented but not tested as there was no samples of those. Multiple cylinders are missing because there was no samples available. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
5a046d94ea
commit
61f3114fce
2 changed files with 246 additions and 0 deletions
|
@ -1536,6 +1536,7 @@ static struct xslt_files {
|
|||
const char *root;
|
||||
const char *file;
|
||||
} xslt_files[] = {
|
||||
{ "SUUNTO", "SuuntoSDM.xslt" },
|
||||
{ "JDiveLog", "jdivelog2subsurface.xslt" },
|
||||
{ NULL, }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue