.DLD generation for uploading to divelogs.de

This generates a .DLD file of selected dives to be uploaded to
divelogs.de. The actual upload functionality along with sensible user
interface is still to be implemented. However, the resulting file from
this patch is tested to work (as far as I can tell) using upload API of
divelogs.de.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2013-03-10 10:24:49 +02:00 committed by Dirk Hohndel
parent 7c6ff9f957
commit 42ea5e3510
4 changed files with 138 additions and 1 deletions

View file

@ -1827,7 +1827,7 @@ static xsltStylesheetPtr try_get_stylesheet(const char *path, int len, const cha
return ret;
}
static xsltStylesheetPtr get_stylesheet(const char *name)
xsltStylesheetPtr get_stylesheet(const char *name)
{
const char *path, *next;