Today I’ve spent my personal development time writing a sax parser that allows iterative parsing, stoppping on a specified “stop tag” for each iteration, and uses an Iterator interface. The power is the custom handler that uses closures to implement callbacks on each node encounter, and in future work on it I hope to get [...]

