Hook up XSLT and include it in resources

XSLT to import manually kept CSV logs is hooked up and included in
resources.

Fixes #427

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2014-01-25 09:49:24 +02:00 committed by Dirk Hohndel
parent 19200932fd
commit b6ef5198f2
2 changed files with 2 additions and 0 deletions

View file

@ -1914,6 +1914,7 @@ static struct xslt_files {
{ "Divinglog", "DivingLog.xslt" }, { "Divinglog", "DivingLog.xslt" },
{ "csv", "csv2xml.xslt" }, { "csv", "csv2xml.xslt" },
{ "sensuscsv", "sensuscsv.xslt" }, { "sensuscsv", "sensuscsv.xslt" },
{ "manualcsv", "manualcsv2xml.xslt" },
{ NULL, } { NULL, }
}; };

View file

@ -42,5 +42,6 @@
<file>xslt/uddf-export.xslt</file> <file>xslt/uddf-export.xslt</file>
<file>xslt/uddf.xslt</file> <file>xslt/uddf.xslt</file>
<file>xslt/sensuscsv.xslt</file> <file>xslt/sensuscsv.xslt</file>
<file>xslt/manualcsv2xml.xslt</file>
</qresource> </qresource>
</RCC> </RCC>