mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
A hook for DM4 XML import
This will take the DM4 XSLT into use. In the future it is quite likely that we will have to start using something more specific on top of the root element name to identify dive log formats. But as "Dive" is currently a unique root element name for us, this suffices for now. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
68cf4f742e
commit
17c4120143
1 changed files with 1 additions and 0 deletions
|
@ -1891,6 +1891,7 @@ static struct xslt_files {
|
|||
const char *file;
|
||||
} xslt_files[] = {
|
||||
{ "SUUNTO", "SuuntoSDM.xslt" },
|
||||
{ "Dive", "SuuntoDM4.xslt" },
|
||||
{ "JDiveLog", "jdivelog2subsurface.xslt" },
|
||||
{ "dives", "MacDive.xslt" },
|
||||
{ "DIVELOGSDATA", "divelogs.xslt" },
|
||||
|
|
Loading…
Add table
Reference in a new issue