XML News from Wednesday, August 24, 2005

Ian E. Gorman has released GXParse 1.9, a free (LGPL) Java library that sits on top of a SAX parser and provides semi-random access to the XML document. The documentation isn't very clear, but as near as I can tell, it buffers various constructs like elements until their end is seen, rather than dumping pieces on you immediately like SAX does. This release simplifies regular expression based pattern matching.