This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: using xsl:key to generate list of back references


: Sebastian Rahtz

>Kay Michael writes:
> > Saxon allows:
> > 
> > > select="//ptr[saxon:has-same-nodes(., 
>key('targets',@target)[1])]">
> > 
> > which seems a little more elegant. Certainly using 
>generate-id() in order to
> > test for node identity is pretty clumsy.
>
>will it be much faster, do you think, having a dedicated "same-nodes"
>comparison operator? or just make for more readable XSL?

I can say fairly clearly that its about as readable as the previous example,
which I might categorise, on a scale of 1 to 10, as near 2?

a) Its obviously very usable/useful.
b) Its presently not very readable.

How to keep a) whilst improving b) ?

Regards, DaveP


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]