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: Performance versus legibility


> not(string(.))	string-length(.)=0
> not(x)		count(x)=0
> not(x=y)	x!=y
> 
> 
> I always use the expressions in the second column for 
> maintainability, but I 
> guess the items in the first column are faster. Is my 
> assumption correct? 

In the case of Saxon, yes. But note that not(x=y) and x!=y are not
equivalent.

(And note not that they are equivalent!)

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]