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
·
Leonidas-from-XIV avatar

Leonidas-from-XIV/node-xml2js

0
View on GitHub↗
4,966 stars·607 forks·CoffeeScript·MIT·7 vues

Node Xml2js

Ce projet est une bibliothèque Node.js pour la conversion bidirectionnelle entre des chaînes XML et des objets JavaScript. Il fonctionne comme un parser XML qui transforme le contenu XML en données structurées et un sérialiseur XML qui génère des chaînes formatées à partir d'objets de données JavaScript.

La boîte à outils inclut un transformateur de données qui applique des fonctions de traitement personnalisées aux balises et attributs pendant le processus de conversion. Il gère les espaces de noms XML et prend en charge la définition d'éléments racines personnalisés pour maintenir la structure du document pendant la génération.

Le système gère le parsing de données XML, la génération de chaînes et la gestion des espaces de noms. Il utilise le parsing par flux et le mappage récursif pour projeter des structures XML arbitraires dans des objets JavaScript génériques sans nécessiter de modèle de données prédéfini.

Features

  • Object-to-XML Mapping - Translates JavaScript data objects into formatted XML strings while preserving namespaces and special characters.
  • XML Parsing - Transforms XML strings into structured JavaScript data objects while maintaining root tags and consistent array structures.
  • XML Processing - Provides utilities for applying custom processing functions to XML tags and attributes to transform content.
  • XML Parsers - Provides a complete library for bidirectional transformation between XML strings and JavaScript objects.
  • XML Serialization - Generates formatted XML strings from JavaScript data objects for use in API responses or file storage.
  • XML-to-Object Mapping - Converts hierarchical XML elements into nested JavaScript arrays and objects through recursive traversal.
  • XML Data Transformers - Parses XML content into structured objects while applying custom processing functions to tags and attributes.
  • XML Element Normalization - Provides configurable transformation functions to normalize XML tag names and attribute values during conversion.
  • SAX Parsers - Utilizes a SAX-based stream parsing approach to process XML data as a sequence of events for memory efficiency.
  • XML Namespace Declarations - Handles XML namespace declarations and prefix-to-URI mappings during the string serialization process.
  • Schema-Less XML Projection - Maps arbitrary XML structures to generic JavaScript objects without requiring a predefined data model.
  • Parsing Tools - XML to JS object converter.
  • Parsing Utilities - XML to JavaScript object converter.
  • Miscellaneous Tools - Converter for XML to JavaScript objects.

Historique des stars

Graphique de l'historique des stars pour leonidas-from-xiv/node-xml2jsGraphique de l'historique des stars pour leonidas-from-xiv/node-xml2js

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 à Node Xml2js

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Node Xml2js.
  • martinblech/xmltodictAvatar de martinblech

    martinblech/xmltodict

    5,741Voir sur GitHub↗

    xmltodict is a Python library that provides bidirectional serialization between XML documents and dictionaries. It functions as a parser that converts marked-up input into key-value pairs and a serialization utility that transforms dictionaries back into structured XML documents. The project includes an incremental stream processor that uses depth-based callbacks to handle large XML files while maintaining constant memory usage. It features a namespace manager for mapping prefixes and declarations, as well as a security sanitizer that blocks external entity expansion and validates element nam

    Python
    Voir sur GitHub↗5,741
  • zeux/pugixmlAvatar de zeux

    zeux/pugixml

    4,590Voir sur GitHub↗

    pugixml is a lightweight C++ XML parser and DOM-based library used for parsing, manipulating, and saving XML documents. It provides a portable toolset for reading XML data from files, strings, or memory buffers and converting them into an in-memory document object model. The library includes a dedicated XPath 1.0 engine for extracting specific nodes and data through path expressions. It distinguishes itself through customizable memory management, allowing heap operations to be redirected to user-defined allocation functions, and the ability to perform in-place buffer parsing to reduce memory

    C++
    Voir sur GitHub↗4,590
  • bpmn-io/bpmn-jsAvatar de bpmn-io

    bpmn-io/bpmn-js

    9,569Voir sur GitHub↗

    bpmn-js is a browser-based BPMN 2.0 web modeler and rendering engine used for creating, editing, and visualizing business process models. It functions as an XML process modeler that parses BPMN 2.0 XML data into interactive visual diagrams within a web application. The project distinguishes itself as a business process visualizer with capabilities for process flow simulation, which tracks token movement to mimic real-time execution. It also supports diagram version comparison to identify changes between model iterations and provides a layered overlay interface for binding metadata and custom

    JavaScriptbpmnbpmn-jsbrowser
    Voir sur GitHub↗9,569
  • dolanmiu/docxAvatar de dolanmiu

    dolanmiu/docx

    5,814Voir sur GitHub↗

    docx is a JavaScript and TypeScript library for the programmatic generation and manipulation of Word documents. It serves as an OOXML document generator, allowing developers to create formatted office files through code instead of manual editing. The library enables document automation across both Node.js and web browser environments. It supports client-side document export, allowing users to generate and download files directly in the browser without a backend server. Capabilities include the ability to define page layouts, margins, and orientation. Users can programmatically insert documen

    TypeScript
    Voir sur GitHub↗5,814
Voir les 30 alternatives à Node Xml2js→

Questions fréquentes

Que fait leonidas-from-xiv/node-xml2js ?

Ce projet est une bibliothèque Node.js pour la conversion bidirectionnelle entre des chaînes XML et des objets JavaScript. Il fonctionne comme un parser XML qui transforme le contenu XML en données structurées et un sérialiseur XML qui génère des chaînes formatées à partir d'objets de données JavaScript.

Quelles sont les fonctionnalités principales de leonidas-from-xiv/node-xml2js ?

Les fonctionnalités principales de leonidas-from-xiv/node-xml2js sont : Object-to-XML Mapping, XML Parsing, XML Processing, XML Parsers, XML Serialization, XML-to-Object Mapping, XML Data Transformers, XML Element Normalization.

Quelles sont les alternatives open-source à leonidas-from-xiv/node-xml2js ?

Les alternatives open-source à leonidas-from-xiv/node-xml2js incluent : martinblech/xmltodict — xmltodict is a Python library that provides bidirectional serialization between XML documents and dictionaries. It… zeux/pugixml — pugixml is a lightweight C++ XML parser and DOM-based library used for parsing, manipulating, and saving XML… bpmn-io/bpmn-js — bpmn-js is a browser-based BPMN 2.0 web modeler and rendering engine used for creating, editing, and visualizing… dolanmiu/docx — docx is a JavaScript and TypeScript library for the programmatic generation and manipulation of Word documents. It… whatwg/html — This repository contains the HTML specification, which defines the core standards for web page structuring, content… dotnet/corefx — This project is the .NET Base Class Library, providing the foundational types and APIs required for .NET applications.…