mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:13:24 +00:00
Split last_name and first_name for buddies in UDDF export
Signed-off-by: Marton Long <martin@longhome.co.uk> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7367ccfb09
commit
721760e532
1 changed files with 4 additions and 1 deletions
|
@ -73,8 +73,11 @@
|
|||
</xsl:attribute>
|
||||
<personal>
|
||||
<first_name>
|
||||
<xsl:value-of select="."/>
|
||||
<xsl:value-of select="substring-before(., ' ')"/>
|
||||
</first_name>
|
||||
<last_name>
|
||||
<xsl:value-of select="substring-after(., ' ')"/>
|
||||
</last_name>
|
||||
</personal>
|
||||
</buddy>
|
||||
</xsl:for-each>
|
||||
|
|
Loading…
Add table
Reference in a new issue