Adjust to UDDF 3.2 specification

Signed-off-by: Miika Turkia <[email protected]>
---
 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

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

Reply via email to