Re: XML question!
From: Phil Endecott <spam_from_subversion_users_at_chezphil.org>
Date: 2006-01-29 22:10:01 CET
Res Pons wrote:
> I wrote an xsl (style sheet) to create a report as follows:
..
> QUESTION: In the xsl file where I have marked it with *'s, if I look for
I suggest xsl-list@lists.mulberrytech.com for XSLT questions.
The string functions in XSLT are described here:
One function is starts-with, which does what you want:
<xsl:when test="starts-with(msg,'product-build')">
--Phil.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.