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

Re: Wildcard problem

Subject: Re: Wildcard problem
From: Ragulf Pickaxe <ragulf.pickaxe@xxxxxxxxx>
Date: Thu, 6 Oct 2005 13:12:26 +0200
cool last name
Hi Houman,

...
> This would only work if we had not a case like below:

Why not?

> > WAAUX01
> > WAAUX01
> > WAAUXCallerID
> > WAAUX03
> > WAAUX01
>
> The repetition is not in a following order and can be random!

*[not(name()=preceding::*/name())]
This should ensure that only the first element with a given name is
processed. Or am I wrong in this?

The full solution would be this:
<xsl:value-of
select="count(*[not(name()=preceding::*/name())][starts-with(translate(name()
,'123456789','000000000'),'WAAUX00')])"/>

But I believe that David already provided a lot more neat solution.

> Hey cool last name by the way. :o)

Thanks :-)

Regulf Pickaxe :-)

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.