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: How to sort a nodeset referenced by a variable?


> So <xsl:sort select="secondelement" /> would work as well (and be a
> teeny-tiny bit faster).

It might save two microseconds in parsing the XPath expression, but I think
you can take it as read that any respectable XSLT engine will reduce xxx and
./xxx to the same internal representation. Actually I think ./xxx is quite
nice for extra clarity.

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]