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

Re: Substring test

Subject: Re: Substring test
From: "Aaron Johnson" <artpunx@xxxxxxxxx>
Date: Thu, 26 Oct 2006 10:29:40 +0100
all tests mit aaron johnson
Hi David...thanks for your reply.

I gave this a go:

<xsl:when test="($tabName[substring-before(@name,'::')]='Home')">home</xsl:when>

It processed, but the output was still wrong, I'm still getting
"detachFocus" instead of "home"

On 10/26/06, David Carlisle <davidc@xxxxxxxxx> wrote:

in xslt2 you could use regular expressions, in 1.0 just some combination of substring-before = and contains will work, depending on what you cases are

contains(@name('Home::') might work, that would match lkjhllHome::as
well but if your input is in a regular form and you are just trying to
distinguish Home::foo Home::bar and Work:foo then it's enough
or
starts-with(substring-before(@name,'::'),'Home') is true for
Home::foo and HomeOffice::foo
or
substring-before(@name,'::')='Home'
or...

David

Current Thread

Back To School Sale!

Save 30% off all Stylus Studio 2008 Products when you purchase from our Online Shop.

Offer ends August 31, 2008.

Coupon Code
TRTY-C4JV-OFF

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-2007 All Rights Reserved.