On Wed, Dec 10, 2014 at 1:24 AM, Martin Long <[email protected]> wrote:

>
> diff --git a/xslt/uddf-export.xslt b/xslt/uddf-export.xslt
> index 0d7f49b..d452bf8 100644
> --- a/xslt/uddf-export.xslt
> +++ b/xslt/uddf-export.xslt
> @@ -1,4 +1,5 @@
> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> version="1.0">
> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> xmlns:xt="http://www.jclark.com/xt";
> +                extension-element-prefixes="xt" version="1.0">
>

This extension is something that we need to make sure is available on all
the xslt libraries we use. At least Windows and Mac need to be tested. On
my Ubuntu it works fine, but how about other Linux distributions? I do
remember that I tried to use the node-set in the past but had to give it up
as it was not available everywhere, but then again it was different
extension than this one. (This would really have made the CSV import
easier.)

miika
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to