smax News
Status: Alpha
Brought to you by:
dbrosius
After using SAX parsing for just few times, it becomes clear that often the custom parser you write is only interested in a subset, and often a small subset, of the entire document. Often, much of the content handler is determining where you are in the tree, and ignore stuff you don't want. This project builds a prototype that attempts to simplify filtering out what you don't want to handle, thus simplifying the handler, and improving performance. SMAX Parsing is therefore, Simple Mutated API for XML.