]> git.tdb.fi Git - ext/subsurface.git/commit
Use XSLT file to open JDiveLog logs
authorMiika Turkia <miika.turkia@gmail.com>
Sat, 5 Nov 2011 10:39:17 +0000 (12:39 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 Nov 2011 20:24:53 +0000 (13:24 -0700)
commit350462949d2dc205355e5c94ccaacf83a0775257
tree509a28ad12c6754824fb537837a3a7adc376b456
parent4b735521e2561fe6d03f9f94122fbdc58f48e4a5
Use XSLT file to open JDiveLog logs

Open JDiveLog files by translating them to subsurface format using XSLT.
These files are identified by the name of the first element (JDiveLog)
and transform is applied to only these.

The XSLT feature is compiled in only if libxslt is installed. The
transformation files are installed globally in Linux under
/usr/share/subsurface/xslt. Windows and OSX still need appropriate Makefile
changes and testing.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile
dive.h
packaging/debian/control
parse-xml.c