Here are
701 public repositories
matching this topic...
XML to JavaScript object converter.
Updated
Aug 6, 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
Jul 28, 2021
JavaScript
Kanna(鉋) is an XML/HTML parser for Swift.
Updated
Aug 7, 2021
Swift
Simple and fast HTML parser
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.
Updated
Jul 27, 2020
Ruby
Converter utility between XML text and Javascript object / JSON text.
Updated
Aug 4, 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.
🌿 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
Easy XML parsing using Codable protocols in Swift
Updated
Aug 6, 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
Jul 29, 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
Aug 4, 2021
Python
An XML builder for node.js
Updated
Aug 5, 2021
TypeScript
Fast SAX parser and encoder for XML in Elixir
Updated
Jul 26, 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
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