mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
e5c291aca4
commit
0a533d9dc2
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue