awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
michaelrsweet avatar

michaelrsweet/mxml

0
View on GitHub↗
522 stars·172 forks·C·Apache-2.0·9 viewswww.msweet.org/mxml↗

Mxml

Tiny XML library.

Features

  • Data Parsing - Small library for reading and writing XML files.
  • XML Processing - Small, embeddable XML parsing library.
  • General Purpose Libraries - Small library for reading and writing XML.
  • XML - Listed in the “XML” section of the Awesome Cpp Cn awesome list.

Star history

Star history chart for michaelrsweet/mxmlStar history chart for michaelrsweet/mxml

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Mxml

Similar open-source projects, ranked by how many features they share with Mxml.
  • mongodb/libbsonmongodb avatar

    mongodb/libbson

    347View on GitHub↗

    ARCHIVED - libbson has moved to https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson

    C
    View on GitHub↗347
  • leethomason/tinyxml2leethomason avatar

    leethomason/tinyxml2

    5,771View on GitHub↗

    TinyXML-2 is a lightweight C++ library for parsing, manipulating, and generating XML documents. It functions as a UTF-8 XML processor that represents data through a hierarchical Document Object Model. The library provides tools for both DOM parsing and direct document generation via data streams. It includes capabilities for navigating the XML tree to locate specific elements, modifying attributes and content, and resolving character entities and Unicode numeric references into UTF-8 text. The processor includes syntax validation and diagnostic utilities that track line-number metadata for e

    C++
    View on GitHub↗5,771
  • leonidas-from-xiv/node-xml2jsLeonidas-from-XIV avatar

    Leonidas-from-XIV/node-xml2js

    4,966View on GitHub↗

    This project is a Node.js library for bidirectional conversion between XML strings and JavaScript objects. It functions as an XML parser that transforms XML content into structured data and an XML serializer that generates formatted strings from JavaScript data objects. The toolkit includes a data transformer that applies custom processing functions to tags and attributes during the conversion process. It manages XML namespaces and supports the definition of custom root elements to maintain document structure during generation. The system handles XML data parsing, string generation, and name

    CoffeeScript
    View on GitHub↗4,966
  • robbiehanson/xmppframeworkrobbiehanson avatar

    robbiehanson/XMPPFramework

    5,888View on GitHub↗

    XMPPFramework is an Objective-C communication framework and networking library used to build instant messaging applications for Mac and iOS. It provides a programmatic foundation for implementing XMPP clients, managing real-time message exchange, and processing structured XML streams between network endpoints. The framework features a modular plugin architecture and extension system that allows for the integration of custom communication capabilities and protocol extensions into the data stream. It distinguishes itself with specialized support for OMEMO end-to-end encryption and a state-based

    Objective-C
    View on GitHub↗5,888
See all 30 alternatives to Mxml→

Frequently asked questions

What does michaelrsweet/mxml do?

Tiny XML library.

What are the main features of michaelrsweet/mxml?

The main features of michaelrsweet/mxml are: Data Parsing, XML Processing, General Purpose Libraries, XML.

What are some open-source alternatives to michaelrsweet/mxml?

Open-source alternatives to michaelrsweet/mxml include: leethomason/tinyxml2 — TinyXML-2 is a lightweight C++ library for parsing, manipulating, and generating XML documents. It functions as a… mongodb/libbson — ARCHIVED - libbson has moved to https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson. robbiehanson/xmppframework — XMPPFramework is an Objective-C communication framework and networking library used to build instant messaging… leonidas-from-xiv/node-xml2js — This project is a Node.js library for bidirectional conversion between XML strings and JavaScript objects. It… symfony/dom-crawler — This project is an HTML and XML DOM parser designed for loading and navigating the structure of web documents to… zeux/pugixml — pugixml is a lightweight C++ XML parser and DOM-based library used for parsing, manipulating, and saving XML…