mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Two simple export UDDF fixes
This fixes issues #418 and $419. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
f091b8b705
commit
bbde0a1741
1 changed files with 4 additions and 4 deletions
|
@ -112,9 +112,9 @@
|
|||
</lastname>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<first_name>
|
||||
<firstname>
|
||||
<xsl:value-of select="."/>
|
||||
</first_name>
|
||||
</firstname>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</personal>
|
||||
|
@ -168,10 +168,10 @@
|
|||
<xsl:value-of select="concat($o2, '/', $he)"/>
|
||||
</name>
|
||||
<o2>
|
||||
<xsl:value-of select="$o2"/>
|
||||
<xsl:value-of select="format-number($o2 div 100, '0.00')"/>
|
||||
</o2>
|
||||
<he>
|
||||
<xsl:value-of select="$he"/>
|
||||
<xsl:value-of select="format-number($he div 100, '0.00')"/>
|
||||
</he>
|
||||
</mix>
|
||||
</xsl:for-each>
|
||||
|
|
Loading…
Reference in a new issue