C#'s native XML parser doesn't support SAX. However, it does support a
model that is similar, which you can use. The class is the XmlReader class.
Check out the section of the .NET framework documentation titled "Comparing
XmlReader to SAX Reader", located at (watch for line wrap):