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

Re: Find second character in a string (2)

Subject: Re: Find second character in a string (2)
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Fri, 31 Aug 2001 09:23:17 -0700 (PDT)
find char in a string
Paulo Henrique S. Bermejo wrote:

> To be more explicit, I write other once.
> I'm using this below script:
> 
> <xsl:variable name="var-nome-preparado" select="'Clark Jenier Foz'"/>
> <xsl:value-of
> select="substring-before(substring-after(substring-after($var-nome-preparado
> , ' '), ' '), ' ')"/>
> 
> And I only need to get the string "Clark Jenier".

To find the substring after the last occurence of a given string (' ' in your case),

you can reverse the string, then use the substring-before() function just once, then
reverse the result.

The code for a reverse() template can be found at:

http://sources.redhat.com/ml/xsl-list/2001-08/msg00243.html

Cheers,
Dimitre Novatchev.


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

 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.