xsl-list
[Top] [All Lists]

Re: [xsl] String cleaning in XSLT and XQuery

2010-12-21 05:27:02
On Tue, Dec 21, 2010 at 11:14, Martin Honnen 
<Martin(_dot_)Honnen(_at_)gmx(_dot_)de> wrote:
a) Am I doing this in a good way? Anything I've overlooked? (Always
happy to get tips on making things that already work better!)

Doesn't using the replace function suffice for your requirement?
 translate(replace(lower-case(normalize-space($string)), '[^a-z0-9\s]+',
''), ' ', '_')

*doh*  you are right, that does and makes it much more compact (and
presumably efficient)!

-James

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