awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·2 vueswww.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.
  • Bibliothèques généralistes - Small library for reading and writing XML.
  • XML - Listed in the “XML” section of the Awesome Cpp Cn awesome list.

Historique des stars

Graphique de l'historique des stars pour michaelrsweet/mxmlGraphique de l'historique des stars pour michaelrsweet/mxml

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Mxml

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Mxml.
  • mongodb/libbsonAvatar de mongodb

    mongodb/libbson

    347Voir sur GitHub↗

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

    C
    Voir sur GitHub↗347
  • leethomason/tinyxml2Avatar de leethomason

    leethomason/tinyxml2

    5,771Voir sur 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++
    Voir sur GitHub↗5,771
  • leonidas-from-xiv/node-xml2jsAvatar de Leonidas-from-XIV

    Leonidas-from-XIV/node-xml2js

    4,966Voir sur 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
    Voir sur GitHub↗4,966
  • robbiehanson/xmppframeworkAvatar de robbiehanson

    robbiehanson/XMPPFramework

    5,888Voir sur 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
    Voir sur GitHub↗5,888
Voir les 30 alternatives à Mxml→

Questions fréquentes

Que fait michaelrsweet/mxml ?

Tiny XML library.

Quelles sont les fonctionnalités principales de michaelrsweet/mxml ?

Les fonctionnalités principales de michaelrsweet/mxml sont : Data Parsing, XML Processing, Bibliothèques généralistes, XML.

Quelles sont les alternatives open-source à michaelrsweet/mxml ?

Les alternatives open-source à michaelrsweet/mxml incluent : 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…