Add correct XSLT search path for Windows

And report error if XSLT stylesheet not found

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-02-22 11:20:46 -08:00
parent 28aba5a206
commit ce659407a8
3 changed files with 22 additions and 21 deletions

4
dive.h
View file

@ -529,10 +529,6 @@ extern void set_filename(const char *filename, gboolean force);
extern void parse_file(const char *filename, GError **error, gboolean possible_default_filename);
#ifdef XSLT
extern xmlDoc *test_xslt_transforms(xmlDoc *doc);
#endif
extern void show_dive_info(struct dive *);
extern void show_dive_equipment(struct dive *, int w_idx);