[PATCH 1/7] Separate out buddies into individual entities when exporting to UDDF.

Miika Turkia miika.turkia at gmail.com
Tue Dec 9 22:01:43 PST 2014


On Wed, Dec 10, 2014 at 1:24 AM, Martin Long <martin at longhome.co.uk> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.subsurface-divelog.org/pipermail/subsurface/attachments/20141210/49d61c5a/attachment.html>


More information about the subsurface mailing list