diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2014-12-13 22:00:34 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-13 13:18:07 -0800 |
commit | 0a533d9dc24d9bc6c0c20eca94bfd3a0b0c8de55 (patch) | |
tree | 9bf54c647d06c25c9a2dcbb256b57e83c19c0924 /xslt/uddf.xslt | |
parent | e5c291aca4352a2f34da964b7bbddc6e774409b0 (diff) | |
download | subsurface-0a533d9dc24d9bc6c0c20eca94bfd3a0b0c8de55.tar.gz |
Include notes on uddf import
Adjust to UDDF 3.2 specification
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'xslt/uddf.xslt')
-rw-r--r-- | xslt/uddf.xslt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xslt/uddf.xslt b/xslt/uddf.xslt index 0eaa06370..b3988f439 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> |