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


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?

Sebastian


 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]