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

Re: in search for more elegant XPaths

Subject: Re: in search for more elegant XPaths
From: Lars Huttar <lars_huttar@xxxxxxx>
Date: Wed, 22 Apr 2009 11:18:23 -0500
Re:  in search for more elegant XPaths
On 4/22/2009 8:47 AM, Michael Kay wrote:
>> *[string-length(normalize-space(.))&gt;0]
>
>> No need to work out the length (which can be surprisingly
>> costly for general unicode strings) you can just do
>>
>>  *[normalize-space(.)]
>>
>> as the predicate is true if teh string is non empty.
>> (Although I have a feeling saxon for example does that
>> rewrite for you anyway, so it may make no difference.)
>
> Indeed. Saxon will neither construct a string with the whitespace removed,
> nor count the characters that remain after removing them:

Impressive.

> with either
> expression it simply scans the string (or rather, its UTF16
representation)
> and returns false as soon as it hits a non-whitespace codepoint.


That should be "and returns true as soon as...", right?
Otherwise I'm confused...


On 4/22/2009 8:59 AM, Michael Kay wrote:
>> ueseful optimisations. Could it also optimise 'teh'='the' to
>> true() at the same time? It would save a lot of grief.
>>
>
> Just supply the required collation, and Saxon will do the rest.

That must be the LOLcat collation.
Hey, ever notice that 'collation' begins with an anagram of LOLcat??
Anyway, back to work...

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.