RIX common interface for parsing XML using recursive descent. It merges the 1-pass behavior of SAX with the ease of tree manipulation attributed to DOM. In short, RIX works by allowing client code to provide their production rules for any point in the parse tree.

There are several advantages of RIX compared to DOM and SAX. DOM gives a full snapshot of the document being parsed, while RIX might be useful for when the document can be interpreted in one pass. Meanwhile, RIX lessens the overhead of writing a SAX-based parser, which might lend itself to a solution based on recursive descent anyway.

Project Activity

See All Activity >

Categories

XML, Algorithms, Libraries

License

GNU Library or Lesser General Public License version 3.0 (LGPLv3)

Follow Recursive Interpretation for XML

Recursive Interpretation for XML Web Site

Other Useful Business Software
AI-powered service management for IT and enterprise teams Icon
AI-powered service management for IT and enterprise teams

Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Recursive Interpretation for XML!

Additional Project Details

Intended Audience

Developers

Registered

2013-05-17