> Is it possible to get a substring of a string returned by > <xsl:value-of select="..."/> ?
If all else fails, assigning the results of value-of to a variable, then takeing a substring of the the variable's contents, ought to work.
> Is it possible to get a substring of a string returned by > <xsl:value-of select="..."/> ?
If all else fails, assigning the results of value-of to a variable, then takeing a substring of the the variable's contents, ought to work.