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

RE: Wildcard problem

Subject: RE: Wildcard problem
From: "Khorasani, Houman" <houman_khorasani@xxxxxxxxxxxxxx>
Date: Thu, 6 Oct 2005 10:33:34 +0100
khorasani houman
Hmm I see.  The only problem is there could be more tags like
WAAUXCallerID, which shouldn't be counted.  So I only can rely on
WAAUXxx... (where xx can be any number)

However again repetitions aren't allowed.

e.g.

WAAUX01
WAAUX01
WAAUXWithholdNumberAllCalls
WAAUX04
WAAUXCallerID


Should output a 2.  I am not sure if this problem is solvable at all.

Besides I have to stick with XSLT 1.0.

Regards
Houman




-----Original Message-----
From: Michael Kay [mailto:mike@xxxxxxxxxxxx]
Sent: 05 October 2005 17:02
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE:  Wildcard problem

In 2.0 you can use regular expressions. Here I think you just want

count(*[starts-with(name(),'WAAUX')]) -
count(*[starts-with(name(),'WAAUXCallerID')])

Michael Kay
http://www.saxonica.com/

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.