xsl-list
[Top] [All Lists]

Re: [xsl] Extracting part of a string

2009-04-15 09:00:20
Fantastic, working like a charm.

Thank you all for the info!

----- Original Message ----- 
From: "Mukul Gandhi" <gandhi(_dot_)mukul(_at_)gmail(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Wednesday, April 15, 2009 8:49 AM
Subject: Re: [xsl] Extracting part of a string


I think, it should be:

substring-before(substring-after(@value, '('), ')')

On Wed, Apr 15, 2009 at 6:14 PM, Fatbob <fatbob73(_at_)hotmail(_dot_)com> 
wrote:
Hi everyone!

Given the following XML node

<Field value="1956-01-12 (53 y)" name="age" />

or

<Field value="2008-07-14 (1 y)" name="age" />

Is there an XSL function that will extract only with is in between the
brackets?

The user just wants to see 53 y, not the birth date.

I'm using XSLT 1.0.

Thanks!



-- 
Regards,
Mukul Gandhi

--~------------------------------------------------------------------
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>
--~--