Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


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

From: "Dimitre Novatchev" <dnovatchev@--------->
To:
Date: 8/4/2008 6:03:00 PM
>> To summarise, it is perfectly possible to create the above key without
>> walking up the ancestor axis for the nodes.
>
> But do you know of any implementations that build such a key like that?
>

This question is better asked to the developers of XSLT processors.

If this is the first idea that comes to me on this topic, then it is
very likely the developers of XSLT processors would have come across
it, too.

Indexing "on the fly" (with some restrictions) may also be the only
possibility when processing potentially infinite xml documents in
streaming mode.



-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play






On Mon, Aug 4, 2008 at 10:17 AM, Colin Adams
<colinpauladams@xxxxxxxxxxxxxx> wrote:
> 2008/8/4 Dimitre Novatchev <dnovatchev@xxxxxxxxx>:
>>> Yes (although you're just walking the ancestor axis once per node in a
>>> different place)
>>
>> It is possible to create the following key (and any other keys!):
>>
>>    <xsl:key name="kRtlMode" match="*[ancestor-or-self::*[@dir='rtl']]"
>>     use="generate-id()"/>
>>
>> just during the initial reading of the xml document -- without any
>> walking up the ancestor axis.
>>
>> That is, when the currently-read node satisfies:
>>
>>  @dir='rtl'
>>
>> then the "key-recording-mode" for the key named 'kRtlMode' is turned
>> on and key-values are generated for each element while this
>> "key-recording-mode" is on.
>>
>> To summarise, it is perfectly possible to create the above key without
>> walking up the ancestor axis for the nodes.
>
> But do you know of any implementations that build such a key like that?


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