Lambda the Ultimate

inactiveTopic Saxon: The Anatomy of an XSLT processor
started 3/12/2001; 12:33:03 PM - last post 3/12/2001; 12:33:03 PM
Ehud Lamm - Saxon: The Anatomy of an XSLT processor  blueArrow
3/12/2001; 12:33:03 PM (reads: 1189, responses: 0)
Saxon: The Anatomy of an XSLT processor
This article, by the author of Saxon, is useful for a couple of reasons. It gives some insights into XSLT, it puts some of the relevant Java APIs in context, and it gives some general Java performance tips.

I am great fan of reading source, and I find such overviews very enlightening.

The basic Saxon interpreter is based on the well known interpreter pattern (from the GOF book), but Saxon also uses many other techniques and components.
Posted to xml by Ehud Lamm on 3/12/01; 12:36:38 PM