[xsl] match string

Subject: [xsl] match string
From: Zsolt Szabó <zsolt.szabo@xxxxxxxxxx>
Date: Mon, 18 Oct 2004 22:08:57 +0200
I am trying to mach the first 3 words of a node

I can mach the first word,
<xsl:value-of select="substring-before($string,' ')"/>

but how to match the other two?

The only thing sure is, that I have to mach the three spaces after the words.

Zsolt Szabo

Current Thread