SAX processing in Python

An application developer can choose any one of a number of strategies to read and use an XML document. In some very simple examples a script containing a number of regular expressions might do the job, but normally a more rigorous technique is required. The Simple API for XML (SAX) is one of the two key techniques for analysing and processing XML documents (the other is the more complicated Document Object Model (DOM)). Read the article here.

5 Comments

  1. 2004-05-26 5:32 pm
  2. 2004-05-26 6:05 pm
  3. 2004-05-26 8:24 pm
  4. 2004-05-27 12:19 am
  5. 2004-05-27 10:47 am