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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of btrxml!