Posts Tagged ‘sax’

SAX Tutorial 1

Posted June 4th, 1999 by
Summary

In order for your programs to access information stored as XML you can use the SAX (Simple API for XML) or the DOM (Document Object Model) APIs. This tutorial will show you how to use SAX to programatically access your information.

Click here to read this tutorial...   |