12.5. Commercial XSLT Processors

As noted, we are only describing three commercial XSLT processors due to limits of space and the simple pragmatics of how widespread and commonly used they are. These three processors are Sun Microsystem's XSLTC, Oracle's XML suite, and Microsoft's MSXML.

12.5.1. Sun Microsystems' XSLTC

Sun Microsystems' XSLTC (XSLT Compiler) is a unique addition to the XSLT processor realm in that it produces translets per stylesheet, which greatly reduce the amount of memory consumed by the DOM, in most cases, and often substantially increase speed. It is also possible to protect your stylesheet composition with the Sun translets, as they are compiled byte-code rather than human-readable XML document instances. This approach ...

Get XSLT and XPATH: A Guide to XML Transformations now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.