Download List

Project Description

GXPARSE is not a new XML parser, but is an additional processing layer that makes it much easier to use event-based parsers like the SAX parser. It supports both direct sequential output and random access output (via the Resequencer interface). The random access mode delays output until all input has been processed, but makes it much easier to handle ID/IDREF attributes. GXPARSE maintains most advantages of the event-based parser. Application development and maintenance is considerably easier, but processing is a little slower.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-05-20 13:10 Back to release list
1.7

This release implements pattern matching tools using the Java
regular expression package. The tools can be used like the
pattern-action rules of awk and Perl, and can also be used for
recursive pattern matching. Recursive pattern matching can
recognize nested sets of parentheses, and can be used to
implement recursive-descent parsers.
Tags: Major feature enhancements

Project Resources