summaryrefslogtreecommitdiffstats
path: root/save-xml.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-21 17:53:18 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-21 21:51:54 -0800
commit74f5842f0c324fdd2d0217e90c11da6c70319f6e (patch)
tree421927bd5a58ee3986ce6ebfe9dfc5dca215041e /save-xml.c
parent1ba4137fec5b7f83b37c9165e1081f4062c50052 (diff)
downloadsubsurface-74f5842f0c324fdd2d0217e90c11da6c70319f6e.tar.gz
Add second CSV export with dive details
This is intended to export all the details that someone might copy from a paper logbook. We need a matching import template to make this simple. This hasn't been well tested, I'm sure it will break when elements and attributes are missing. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'save-xml.c')
-rw-r--r--save-xml.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/save-xml.c b/save-xml.c
index e4871fbb1..9172032ee 100644
--- a/save-xml.c
+++ b/save-xml.c
@@ -647,6 +647,9 @@ int export_dives_xslt(const char *filename, const bool selected, const char *exp
xmlDoc *transformed;
int res = 0;
+ if (verbose)
+ fprintf(stderr, "export_dives_xslt with stylesheet %s\n", export_xslt);
+
if (!filename)
return report_error("No filename for export");