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: testing node type


> > > >   <xsl:if test="following-sibling::node()[1][self::comment()]">
> > I think following-sibling::node()[1]/self::comment() should work as
well.
> 
> So, implementor out there,
> can you tell me which is _theoretically_ faster?

In Saxon they do follow different paths in the code, but the access path is
the same in both cases, so I can't think of any reason why one should
perform better than the other.

Mike Kay


 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]