xsl-list
[Top] [All Lists]

Re: Is this possible in XML/XSL?

2005-03-18 08:06:07
<xsl:value-of select="substring-before(title, ':')"/>

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




Jason Trépanier <jtrepanier(_at_)cforp(_dot_)on(_dot_)ca> 
03/18/2005 09:00 AM
Please respond to
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com


To
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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 



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>