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: key(). ( Re: Saxon VS XT )


> The theory sounds nice to me... but I never built a XSLT engine.
> 
> Does it sound like something that might be done or is it just 
> nonsense?

I'm sure this kind of optimisation is feasible. The tricky things about
optimisation are:

- getting the logic right
- testing that the logic is right
- avoiding speeding up some stylesheets but slowing down others
- avoiding spending more time optimising than you save
- balancing time against space
- avoiding the code becoming unmaintainable

But with effort, it's certainly doable.

Mike


 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]