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
@ -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…
x
Reference in New Issue
Block a user