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>
This commit is contained in:
Miika Turkia 2014-12-13 22:00:34 +02:00 committed by Dirk Hohndel
parent e5c291aca4
commit 0a533d9dc2

View file

@ -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>