mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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>
|
</lastname>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<first_name>
|
<firstname>
|
||||||
<xsl:value-of select="."/>
|
<xsl:value-of select="."/>
|
||||||
</first_name>
|
</firstname>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</personal>
|
</personal>
|
||||||
|
@ -168,10 +168,10 @@
|
||||||
<xsl:value-of select="concat($o2, '/', $he)"/>
|
<xsl:value-of select="concat($o2, '/', $he)"/>
|
||||||
</name>
|
</name>
|
||||||
<o2>
|
<o2>
|
||||||
<xsl:value-of select="$o2"/>
|
<xsl:value-of select="format-number($o2 div 100, '0.00')"/>
|
||||||
</o2>
|
</o2>
|
||||||
<he>
|
<he>
|
||||||
<xsl:value-of select="$he"/>
|
<xsl:value-of select="format-number($he div 100, '0.00')"/>
|
||||||
</he>
|
</he>
|
||||||
</mix>
|
</mix>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
Loading…
Add table
Reference in a new issue