A very basic, portable, tiny parser for XML, written in C under the zlib license. It is designed to be used in memory constrained environments (smartphones for example).
The end result will be a "DOM-like" collection of memory.
A lot of things were chopped away to deliver the very basic support for XML, and this project does not aim to become a fully compliant parser; keep it basic, stay basic.
Part of the design goal is to jam all of this in to one .C file and one .H file while giving other developers a somewhat convenient API.
Check the project website for more information about what btrxml is, does, won't do, example usage, and stuff like this.
Features
- Basic XML parsing
- 6 API functions
- Written in C
- Portable (should compile on decently modern systems)
- Utilizes DOM
- Doesn't write XML
- Doesn't use DTD, Schema, etc
- Ideal for "just reading basic XML"
- zlib license
License
zlib/libpng LicenseOther Useful Business Software
Cut Cloud Costs with Google Compute Engine
Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of btrxml!