[Home] [By Thread] [By Date] [Recent Entries]
<xsl:value-of select="substring-before(para, '.')"/>
This won't return the dot, so you have to add it by hand: <xsl:value-of select="concat(substring-before(para, '.'), '.')"/> Regards, Joerg Thomas Sandor wrote: hi everyone, -- System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 joerg.heinicke@xxxxxxxxx www.virbus.de XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



