[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: substring for whole words.

Subject: RE: substring for whole words.
From: Jarno.Elovirta@xxxxxxxxx
Date: Mon, 10 Mar 2003 14:59:20 +0200
xsl substring right
Hi,

> I'm sure I'm just missing something obvious, but how do I get
> substring-before() or substring() to not split something in the
> middle of a word.  What I mean is, given an xml snippet of:
> 
> <foo>
> <wibble>This is only a test but it is a really really long
> one</wibble>
> <wibble>This is a different test, right.</wibble>
> </foo>
> 
> How do I produce:
> <ul>
> <li>This is only a test</li>
> <li>This is a different test</li>
> </ul>
> 
> I.e. Take the first five words as delimited by the whitespace?
> Any Hints?

Write a recursive template that tokenizes the string, and outputs both the tokens and delimiters, and stops after the fifth token is found. Dimitre's <http://fxsl.sourceforge.net/> might worth looking at if you're fed up writing the same recursive template for the gizillionth time.

Cheers,

Jarno - C-Drone-Defect: The Few

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.