awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 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 estrellas·607 forks·CoffeeScript·MIT·7 vistas

Node Xml2js

Este proyecto es una biblioteca de Node.js para la conversión bidireccional entre cadenas XML y objetos JavaScript. Funciona como un analizador XML que transforma contenido XML en datos estructurados y un serializador XML que genera cadenas formateadas a partir de objetos de datos JavaScript.

El kit de herramientas incluye un transformador de datos que aplica funciones de procesamiento personalizadas a etiquetas y atributos durante el proceso de conversión. Gestiona espacios de nombres XML y admite la definición de elementos raíz personalizados para mantener la estructura del documento durante la generación.

El sistema maneja el análisis de datos XML, la generación de cadenas y la gestión de espacios de nombres. Utiliza análisis de flujo (stream parsing) y mapeo recursivo para proyectar estructuras XML arbitrarias en objetos JavaScript genéricos sin requerir un modelo de datos predefinido.

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.

Historial de estrellas

Gráfico del historial de estrellas de leonidas-from-xiv/node-xml2jsGráfico del historial de estrellas de leonidas-from-xiv/node-xml2js

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Node Xml2js

Proyectos open-source similares, clasificados según cuántas características comparten con Node Xml2js.
  • martinblech/xmltodictAvatar de martinblech

    martinblech/xmltodict

    5,741Ver en 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
    Ver en GitHub↗5,741
  • zeux/pugixmlAvatar de zeux

    zeux/pugixml

    4,590Ver en 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++
    Ver en GitHub↗4,590
  • bpmn-io/bpmn-jsAvatar de bpmn-io

    bpmn-io/bpmn-js

    9,569Ver en 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
    Ver en GitHub↗9,569
  • dolanmiu/docxAvatar de dolanmiu

    dolanmiu/docx

    5,814Ver en 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
    Ver en GitHub↗5,814
Ver las 30 alternativas a Node Xml2js→

Preguntas frecuentes

¿Qué hace leonidas-from-xiv/node-xml2js?

Este proyecto es una biblioteca de Node.js para la conversión bidireccional entre cadenas XML y objetos JavaScript. Funciona como un analizador XML que transforma contenido XML en datos estructurados y un serializador XML que genera cadenas formateadas a partir de objetos de datos JavaScript.

¿Cuáles son las características principales de leonidas-from-xiv/node-xml2js?

Las características principales de leonidas-from-xiv/node-xml2js son: Object-to-XML Mapping, XML Parsing, XML Processing, XML Parsers, XML Serialization, XML-to-Object Mapping, XML Data Transformers, XML Element Normalization.

¿Qué alternativas de código abierto existen para leonidas-from-xiv/node-xml2js?

Las alternativas de código abierto para leonidas-from-xiv/node-xml2js incluyen: 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.…