xsl-list
[Top] [All Lists]

RE: Wildcard problem

2005-10-06 02:29:20
Very interesting idea David.

I forgot to tell you that repetitions aren't allowed.

e.g.

WAAUX01
WAAUX01
WAAUXCallerID
WAAUX03

Should output a 2.

However the translate() funcation eliminates this differences.
Is that possible or too complicated for XSLT? 

Many Thanks,
Houman



-----Original Message-----
From: David Carlisle [mailto:davidc(_at_)nag(_dot_)co(_dot_)uk] 
Sent: 05 October 2005 16:38
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Wildcard problem


<xsl:value-of
select="count(*[starts-with(translate(name(),'123456789','000000000'),'W
AAUX00')])"/>


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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