Re: [xsl] Is this possible in XML/XSL?

Subject: Re: [xsl] Is this possible in XML/XSL?
From: JBryant@xxxxxxxxx
Date: Fri, 18 Mar 2005 09:06:07 -0600
<xsl:value-of select="substring-before(title, ':')"/>

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)




Jason Tripanier <jtrepanier@xxxxxxxxxxx>
03/18/2005 09:00 AM
Please respond to
xsl-list@xxxxxxxxxxxxxxxxxxxxxx


To
xsl-list@xxxxxxxxxxxxxxxxxxxxxx
cc

Subject
[xsl] Is this possible in XML/XSL?








Is it possible to trim the length of a string in XSL ?

for example,

if I grab the title from an xml file

<xsl:value-of select="title" />

and the title is  "Mother Nature Fan Club: Environmental Directory for
Education"

how would I trim the string so that the result would be "Mother Nature Fan

Club ..." ??

dont know if this is possible in XML/XSL, would be great if someone could
point me in the right direction!

thank you,
J

Current Thread