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

Leonidas-from-XIV/node-xml2js

0
View on GitHub↗
4,966 stars·607 forks·CoffeeScript·MIT·17 views

Node Xml2js

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 namespace management. It utilizes stream parsing and recursive mapping to project arbitrary XML structures into generic JavaScript objects without requiring a predefined data model.

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.

Star history

Star history chart for leonidas-from-xiv/node-xml2jsStar history chart for leonidas-from-xiv/node-xml2js

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Node Xml2js

These projects share indexed features with Node Xml2js. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • martinblech/xmltodictmartinblech avatar

    martinblech/xmltodict

    5,741View on 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
    View on GitHub↗5,741
  • zeux/pugixmlzeux avatar

    zeux/pugixml

    4,590View on 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++
    View on GitHub↗4,590
  • bpmn-io/bpmn-jsbpmn-io avatar

    bpmn-io/bpmn-js

    9,569View on 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
    View on GitHub↗9,569
  • dolanmiu/docxdolanmiu avatar

    dolanmiu/docx

    5,814View on 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
    View on GitHub↗5,814
Compare all 30 related projects→

Frequently asked questions

What does leonidas-from-xiv/node-xml2js do?

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.

What are the main features of leonidas-from-xiv/node-xml2js?

The main features of leonidas-from-xiv/node-xml2js are: Object-to-XML Mapping, XML Parsing, XML Processing, XML Parsers, XML Serialization, XML-to-Object Mapping, XML Data Transformers, XML Element Normalization.

Which projects share features with leonidas-from-xiv/node-xml2js?

Projects with overlapping indexed features include: 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.…