Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] alternative to repeatedly walking the ancestor axis in 1.0

From: "Vladimir Nesterovsky" <vladimir@-------------------->
To:
Date: 8/4/2008 10:41:00 AM
> >> Out of interest, does xml:lang annotate the input tree, or does the
> >>
lang() function walk the ancestor axis behind the scenes?  Or
> >> is it all
implementation dependent?
> >
> > It's implementation-dependent, of course.
> >
> > Saxon walks the ancestor axis when you use the lang() function. I
think it's
> > used too rarely to be worth optimizing.
> 
> So (for Saxon
anyway) doing:
> 
> test="lang('foo', .)"
> 
> is pretty much the same as:
> 
> test="ancestor-or-self::*/@xml:lang = 'foo'"
> 
> except that the
lang() function should return true if the lang tested
> is a subset of that
declared in the attribute.

No. See:
http://www.w3.org/TR/xpath-functions/#func-lang

fn:lang($testlang as
xs:string?, $node as node()) as xs:boolean

"This function tests whether the
language of $node, or the context item if the second argument is omitted, as
specified by xml:lang attributes is the same as, or is a sublanguage of, the
language specified by $testlang."

Please notice "sublanguage" word.

P.S.
You seems to be obsessed with an optimization of ancestor walks. 
Are you
sure you have a problem in the first place?
--
Vladimir Nesterovsky
http://www.nesterovsky-bros.com/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent