Here are
699 public repositories
matching this topic...
XML to JavaScript object converter.
Updated
Mar 2, 2021
CoffeeScript
Light-weight, simple and fast XML parser for C++ with XPath support
PostHTML is a tool to transform HTML/XML with JS plugins
Updated
Jun 11, 2021
JavaScript
Kanna(鉋) is an XML/HTML parser for Swift.
Updated
Jul 16, 2021
Swift
Simple and fast HTML parser
Updated
Jul 27, 2020
Ruby
Query, update and convert data structures from the command line. Comparable to jq/yq but supports JSON, TOML, YAML, XML and CSV with zero runtime dependencies.
Converter utility between XML text and Javascript object / JSON text.
Updated
May 12, 2021
JavaScript
A fast & lightweight XML & HTML parser in Swift with XPath & CSS support
Updated
Dec 13, 2020
Swift
Maps representation documents from and to Ruby objects. Includes JSON, XML and YAML support, plain properties and compositions.
Updated
Apr 13, 2021
Ruby
🌿 Expat library: Fast streaming XML parser written in C99; in the process of migrating from SourceForge to GitHub
Rust high performance xml reader and writer
Updated
Jul 19, 2021
Rust
Easy XML parsing using Codable protocols in Swift
Updated
Feb 27, 2021
Swift
camaro is an utility to transform XML to JSON, using Node.js binding to native XML parser pugixml, one of the fastest XML parser around.
Updated
Jun 5, 2021
JavaScript
Simple XML Parser implemented in Swift
Updated
May 23, 2021
Swift
Modern XML Parser for Android
Updated
Jan 16, 2021
Java
REST API client from node.js
Updated
Sep 6, 2020
JavaScript
Updated
Jun 18, 2021
Rust
An extremely fast web scraper that parses megabytes of invalid HTML in a blink of an eye. PHP5.3+, no dependencies.
A Ruby interface to nmap, the exploration tool and security / port scanner. Allows automating nmap and parsing nmap XML files.
xmlquery is Golang XPath package for XML query.
Identify hardcoded secrets and dangerous behaviours
Updated
Jul 21, 2021
Python
Fast SAX parser and encoder for XML in Elixir
Updated
Jul 14, 2021
Elixir
A fast, safe, compliant XML parser for Node.js and browsers.
Updated
Feb 24, 2021
JavaScript
Web scrapping and related analytics using Python tools
Updated
Jun 7, 2020
Jupyter Notebook
Allocators, I/O streams, math, geometry, image and audio processing for D
📜 XML Document Parser for PHP
An XML builder for node.js
Updated
Jul 13, 2021
TypeScript
XML Parser written entirely in Lua that works for Lua 5.1+. Convert XML to and from Lua Tables 🌖 💱
Improve this page
Add a description, image, and links to the
xml-parser
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
xml-parser
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Sometimes it is useful to also indent attributes within an element. For that
org.codehaus.stag2.writeSpace(String)should be used. Unfortunately that will always close any open start tags so it cannot be used to indent attributes as internally it callswriteText(https://github.com/FasterXML/woodstox/blob/fee31c2efae3858635a2af212dcad09b250a84be/src/main/java/com/ctc/wstx/sw/BaseStreamWriter.j