[PATCH 08/10] Include notes on uddf import

Miika Turkia miika.turkia at gmail.com
Sat Dec 13 12:00:34 PST 2014


Adjust to UDDF 3.2 specification

Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
---
 xslt/uddf.xslt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xslt/uddf.xslt b/xslt/uddf.xslt
index 0eaa063..b3988f4 100644
--- a/xslt/uddf.xslt
+++ b/xslt/uddf.xslt
@@ -176,9 +176,9 @@
         </buddy>
       </xsl:if>
 
-      <xsl:if test="note/text|informationafterdive/notes/para != ''">
+      <xsl:if test="note/text|informationafterdive/notes/para|u:informationafterdive/u:notes/u:para != ''">
         <notes>
-          <xsl:value-of select="note/text|informationafterdive/notes/para"/>
+          <xsl:value-of select="note/text|informationafterdive/notes/para|u:informationafterdive/u:notes/u:para"/>
         </notes>
       </xsl:if>
 
-- 
1.9.1



More information about the subsurface mailing list