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

Re: Translate function

Subject: Re: Translate function
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 25 Jun 2004 15:29:56 -0400
xsl translate function
At 2004-06-25 12:18 -0700, Sameer N wrote:
I had the code
test =" not(preceding-sibling::*[self::aaa][bbb]/bbb/ccc/@ddd=$zzz)"
which was working fine.

You are checking for any of your qualifying preceding-siblings to be equal.


This was not giving the expected  result
not(translate(preceding-sibling::*[self::aaa][bbb]/bbb/ccc/@ddd,
$uppercaseAlphas, $lowercaseAlphas)=$zzz)

translate() acts on the first node in document order of a node set, so it is only checking one of your qualifying preceding-siblings.


but this is
not(preceding-sibling::*[self::aaa][translate(bbb/ccc/@ddd,
$uppercaseAlphas, $lowercaseAlphas)=$zzz])

The translate() in the predicate is acting on the one attribute descending from the aaa node, which is happening to work for you.


Is there any difference between the two???

Yes, a node set operand to a comparison operator acts on all members of the node set ... supplying a node set to translate() (and many other functions) acts on only the first member of that node set in document order ... in your case the most remote preceding-sibling.


I hope this helps.

......................... Ken

--
Public training 3 days XSLT & 2 days XSL-FO: Phoenix,AZ 2004-08-23
World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal


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.