awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to oozcitak/xmlbuilder-js

Open-source alternatives to Xmlbuilder Js

27 open-source projects similar to oozcitak/xmlbuilder-js, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Xmlbuilder Js alternative.

  • adaltas/node-csvA

    adaltas/node-csv

    4,268GitHub पर देखें↗

    This library is a CSV data serializer and stringifier for transforming structured records into comma-separated values. It provides tools for converting data records into plain text via synchronous, callback-based, or stream-based implementations. The project distinguishes itself by offering a streaming implementation through the native Node.js Transform API, which allows for the processing of large datasets without loading all records into memory. It also includes a flexible formatting system to define specific delimiters, quotes, escape characters, and header configurations. The toolset cov

    JavaScript
    GitHub पर देखें↗4,268
  • andrejewski/himalayaandrejewski का अवतार

    andrejewski/himalaya

    940GitHub पर देखें↗

    Try online 🚀 | Read the specification 📖

    JavaScript
    GitHub पर देखें↗940
  • apostrophecms/sanitize-htmlapostrophecms का अवतार

    apostrophecms/sanitize-html

    4,129GitHub पर देखें↗

    This is an HTML sanitization library designed to remove dangerous tags and attributes from user-submitted HTML to prevent cross-site scripting attacks. It functions as a content filter that whitelists specific elements and attributes while escaping or discarding unauthorized markup. The project includes an HTML transformation engine that allows for the modification or replacement of tags and attributes using custom logic. It also features a CSS style validator to clean inline properties against permitted patterns and a system for resource URL validation to restrict hostnames and schemes. The

    JavaScript
    GitHub पर देखें↗4,129
  • dtstack/dt-sql-parserD

    DTStack/dt-sql-parser

    0GitHub पर देखें↗

    npm-image: https://img.shields.io/npm/v/dt-sql-parser.svg?style=flat-square npm-url: https://www.npmjs.com/package/dt-sql-parser

    GitHub पर देखें↗0

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • eemeli/yamleemeli का अवतार

    eemeli/yaml

    1,623GitHub पर देखें↗
    TypeScriptyamlyaml-editoryaml-parser
    GitHub पर देखें↗1,623
  • fb55/htmlparser2fb55 का अवतार

    fb55/htmlparser2

    4,774GitHub पर देखें↗

    htmlparser2 is a collection of tools for high-performance markup parsing, DOM manipulation, and incremental stream processing. It functions as an HTML and XML parser that converts markup strings into structured object trees, alongside a streaming markup parser designed for memory-efficient processing of large documents. The project includes a DOM manipulation library for querying, modifying, and serializing document object model trees. It also provides a web feed parser to extract structured metadata and entries from RSS, RDF, and Atom feeds. The library covers broad capabilities in data par

    TypeScript
    GitHub पर देखें↗4,774
  • inikulin/parse5inikulin का अवतार

    inikulin/parse5

    3,903GitHub पर देखें↗

    parse5 is a WHATWG HTML parser and serializer for Node.js. It transforms HTML strings into a document object model and converts those trees back into valid HTML strings, following the logic defined by the HTML Living Standard. The project functions as a streaming HTML processor, using incremental parsing to handle large documents in chunks. It includes an HTML5 compliant tokenizer that uses a state-machine approach to break input into tokens according to official web specifications. The toolset covers HTML document parsing, serialization, and real-time rewriting via streams. These capabiliti

    TypeScript
    GitHub पर देखें↗3,903
  • joeferner/node-bplist-parserjoeferner का अवतार

    joeferner/node-bplist-parser

    114GitHub पर देखें↗

    Binary Mac OS X Plist (property list) parser.

    JavaScript
    GitHub पर देखें↗114
  • leonidas-from-xiv/node-xml2jsLeonidas-from-XIV का अवतार

    Leonidas-from-XIV/node-xml2js

    4,966GitHub पर देखें↗

    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
    GitHub पर देखें↗4,966
  • less/less.jsless का अवतार

    less/less.js

    17,031GitHub पर देखें↗

    Less.js is a CSS preprocessor and compilation engine that transforms a dynamic stylesheet language into standard CSS for web browser rendering. It functions as a tool to compile extended styling syntax, providing variables, mixins, and functions to create maintainable stylesheets. The project includes a source map generator that creates mapping files to link compiled CSS output back to the original source code for debugging. It allows for the integration of custom plugins and functions to automate the generation of final stylesheets within a build process. The engine supports the compilation

    JavaScript
    GitHub पर देखें↗17,031
  • mafintosh/csv-parsermafintosh का अवतार

    mafintosh/csv-parser

    1,497GitHub पर देखें↗

    Streaming csv parser inspired by binary-csv that aims to be faster than everyone else

    JavaScript
    GitHub पर देखें↗1,497
  • markdown-it/markdown-itmarkdown-it का अवतार

    markdown-it/markdown-it

    21,575GitHub पर देखें↗

    markdown-it is a token-based Markdown compiler and CommonMark-compliant parser that converts structured plaintext markup into HTML. It functions as an extensible markup processor designed to transform text into browser-ready content while managing security and preventing cross-site scripting. The project is distinguished by a modular plugin system that allows for the extension of parsing capabilities and the addition of custom syntax, such as footnotes, tables, or emojis. It utilizes a two-stage tokenization process to break documents into structural tokens before rendering them into final HT

    JavaScriptcommonmarkjavascriptmarkdown
    GitHub पर देखें↗21,575
  • markedjs/markedmarkedjs का अवतार

    markedjs/marked

    36,919GitHub पर देखें↗

    This project is a high-performance markdown-to-HTML parser designed for use in browser, server-side, and command-line environments. It functions as a configurable syntax processor that transforms plain text documents into structured web content, providing a flexible engine for rendering dynamic documentation and web-based text. The parser features a modular, extensible pipeline that allows developers to intercept the document transformation process at multiple stages. Through custom tokenization, rendering overrides, and lifecycle hooks, users can define unique syntax, modify the token stream

    JavaScriptcommonmarkcompilergfm
    GitHub पर देखें↗36,919
  • mathjax/mathjax-nodemathjax का अवतार

    mathjax/MathJax-node

    623GitHub पर देखें↗

    This repository contains a library that provides an API to call MathJax from Node.js programs. The API converts individual math expressions (in any of MathJax's input formats) into HTML (with CSS), SVG, or MathML code.

    JavaScript
    GitHub पर देखें↗623
  • mholt/papaparsemholt का अवतार

    mholt/PapaParse

    13,492GitHub पर देखें↗

    PapaParse is a delimited text processing library that converts CSV files into JSON objects or arrays. It provides a suite of tools for parsing delimited text and transforming structured data objects back into CSV formats through bidirectional serialization. The library is characterized by its ability to process massive datasets using incremental streaming and chunk-based processing to prevent memory overload. It includes an automatic delimiter detector to identify separator characters without manual configuration and utilizes web workers to offload parsing logic to background threads, keeping

    JavaScript
    GitHub पर देखें↗13,492
  • michaelkourlas/node-js2xmlparsermichaelkourlas का अवतार

    michaelkourlas/node-js2xmlparser

    221GitHub पर देखें↗

    js2xmlparser is a Node.js module that parses JavaScript objects into XML.

    TypeScript
    GitHub पर देखें↗221
  • mixmark-io/turndownmixmark-io का अवतार

    mixmark-io/turndown

    11,278GitHub पर देखें↗

    Turndown is a JavaScript library designed to transform HTML documents into structured Markdown. It functions as a flexible engine that parses web content by traversing the document object model and applying rule-based transformations to convert elements into their corresponding text-based syntax. The tool distinguishes itself through a modular architecture that allows for extensive customization of the conversion process. Users can define custom conversion rules to handle specific elements, implement content filtering to discard unwanted nodes, and configure character escaping to ensure outpu

    HTMLbrowsercommonmarkgfm
    GitHub पर देखें↗11,278
  • mozilla/readabilitymozilla का अवतार

    mozilla/readability

    11,298GitHub पर देखें↗

    Readability is a JavaScript library designed for web content extraction. It functions as a DOM parsing utility and article metadata extractor that isolates the primary text of a webpage by removing clutter such as advertisements and navigation bars. The library employs a heuristic-based content detector to predict if a webpage contains a parseable article before performing full extraction. It uses a parsing workflow to convert complex HTML documents into a simplified format, facilitating the implementation of distraction-free reader views. The tool covers several capability areas, including

    JavaScript
    GitHub पर देखें↗11,298
  • naturalintelligence/fast-xml-parserNaturalIntelligence का अवतार

    NaturalIntelligence/fast-xml-parser

    3,099GitHub पर देखें↗

    Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.

    JavaScript
    GitHub पर देखें↗3,099
  • nodeca/js-yamlnodeca का अवतार

    nodeca/js-yaml

    6,591GitHub पर देखें↗

    js-yaml is a JavaScript library providing a programmatic interface for parsing and dumping YAML data. It functions as a parser and serializer that converts YAML strings into JavaScript objects and transforms JavaScript objects back into YAML format. The library includes a command-line interface for parsing or dumping YAML data via direct input or data pipes. It also features an abstract syntax tree transformer to modify the structure of data during serialization. The project provides capabilities for multi-document processing and the definition of custom schemas and tags to handle specialize

    JavaScript
    GitHub पर देखें↗6,591
  • npm/ininpm का अवतार

    npm/ini

    813GitHub पर देखें↗

    An INI format parser & serializer.

    JavaScript
    GitHub पर देखें↗813
  • oguimbal/pgsql-ast-parseroguimbal का अवतार

    oguimbal/pgsql-ast-parser

    347GitHub पर देखें↗

    🏃‍♀️ pgsql-ast-parser is a Postgres SQL syntax parser. It produces a typed AST (Abstract Syntax Tree), covering the most common syntaxes of pgsql.

    TypeScript
    GitHub पर देखें↗347
  • postcss/postcsspostcss का अवतार

    postcss/postcss

    28,968GitHub पर देखें↗

    PostCSS is a CSS post-processor and abstract syntax tree transformation tool that parses stylesheets into a structured tree for programmatic analysis and modification. It functions as a plugin-driven pipeline where JavaScript plugins can modify, insert, or delete nodes to transform styles. The project provides a framework for building a custom plugin ecosystem to extend the CSS language with non-standard features such as loops, conditionals, and shorthand properties. It supports multi-syntax parsing through pluggable parsers and stringifiers, allowing it to process various style formats and c

    TypeScriptastcssframework
    GitHub पर देखें↗28,968
  • showdownjs/showdownshowdownjs का अवतार

    showdownjs/showdown

    14,862GitHub पर देखें↗

    Showdown is a JavaScript library designed to convert Markdown syntax into HTML markup. It functions as a processor for both client-side and server-side environments, transforming plain text into web-ready code suitable for rendering in browsers and digital applications. The project distinguishes itself through a plugin-driven architecture that allows for the injection of custom parsing rules. This extensibility enables developers to modify the standard conversion pipeline, supporting unique syntax patterns or specialized formatting requirements beyond the default implementation. Users can ma

    JavaScriptconvertergfmhtml
    GitHub पर देखें↗14,862
  • sindresorhus/neat-csvsindresorhus का अवतार

    sindresorhus/neat-csv

    327GitHub पर देखें↗

    Fast CSV parser

    JavaScript
    GitHub पर देखें↗327
  • stiang/remove-markdownstiang का अवतार

    stiang/remove-markdown

    372GitHub पर देखें↗

    remove-markdown is a node.js module that will remove (strip) Markdown formatting from text. Markdown formatting means pretty much anything that doesn’t look like regular text, like square brackets, asterisks etc.

    JavaScript
    GitHub पर देखें↗372
  • wooorm/remarkwooorm का अवतार

    wooorm/remark

    8,923GitHub पर देखें↗

    Remark is a markdown processor that parses markdown text into a structured JSON abstract syntax tree for programmatic analysis and transformation. It functions as a markdown AST parser and processor, utilizing a plugin framework to manage extensible syntax and transformation rules. The project enables custom markdown syntax extensions and content transformation through a plugin system, allowing for the addition of non-standard markup and metadata. It also includes a markdown linter to identify style inconsistencies and ensure adherence to writing standards. The toolset covers markdown docume

    JavaScript
    GitHub पर देखें↗8,923