Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
The Book of SAX: The Simple API for XML Review by C. M. Lowry
Good Intro into SAX
This book takes a single aspect of xml technology, SAX, and gives it a rather comprehensive coverage. The first portion of the book is a tutorial on Java programming for SAX. It helps the reader to understand the conceptual differences between processing xml using SAX as opposed to the DOM. A small application is developed in an iterative fashion to illustrate the programming issues with SAX. Some guidelines are given along the way to direct the reader in developing robust code. The examples are based in SAX 2.0. A chapter is devoted converting SAX 1.0 applications to SAX 2.0
Chapters 10 and 11 are devoted to the SAX 2.0 and SAX 1.0 APIs respectively. In these references, a real convenience is that the class names are printed on the page edge to form a thumb index. Each class or interface has a brief description of its use, the Visual Basic Equivalent, the Constructors, and Methods with coding examples and descriptions.
Since xml is increasing in importance to Java programmers, this book can be a very useful tool. However, it would be helpful if the authors gave updated information on the book web site about using the examples with Xerces 2.0 and Java 1.4. Technology moves on.