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

You Might Also Like
Auth0 Free: 25K MAUs + 5-Min Setup Icon
Auth0 Free: 25K MAUs + 5-Min Setup

Enterprise Auth, Zero Friction: Any Framework • 30+ SDKs • Universal Login

Production-ready login in 10 lines of code. SSO, MFA & social auth included. Scale seamlessly beyond free tier with Okta’s enterprise security.
Get Your API Keys
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