<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Dec 10, 2014 at 1:24 AM, Martin Long <span dir="ltr"><<a href="mailto:martin@longhome.co.uk" target="_blank">martin@longhome.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
diff --git a/xslt/uddf-export.xslt b/xslt/uddf-export.xslt<br>
index 0d7f49b..d452bf8 100644<br>
--- a/xslt/uddf-export.xslt<br>
+++ b/xslt/uddf-export.xslt<br>
@@ -1,4 +1,5 @@<br>
-<xsl:stylesheet xmlns:xsl="<a href="http://www.w3.org/1999/XSL/Transform" target="_blank">http://www.w3.org/1999/XSL/Transform</a>" version="1.0"><br>
+<xsl:stylesheet xmlns:xsl="<a href="http://www.w3.org/1999/XSL/Transform" target="_blank">http://www.w3.org/1999/XSL/Transform</a>" xmlns:xt="<a href="http://www.jclark.com/xt" target="_blank">http://www.jclark.com/xt</a>"<br>
+                extension-element-prefixes="xt" version="1.0"><br></blockquote><div><br></div><div>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.)<br><br></div><div>miika<br></div></div></div></div>