sax
Here are 96 public repositories matching this topic...
Extensible data integration Java framework for building XML and non-XML fragment-based applications
-
Updated
Sep 13, 2021 - Java
Collection of parsers written in JavaScript
-
Updated
Nov 17, 2019 - JavaScript
Streaming JSON parser for Elixir
-
Updated
Jun 30, 2021 - HTML
A SAX-based XML parser for parsing large files into manageable chunks
-
Updated
Oct 19, 2020 - Ruby
GrammarViz 2.0 public release:
-
Updated
Apr 3, 2019 - Java
Fast Haskell XML parser
-
Updated
Feb 17, 2021 - Haskell
SAX-VSM public release, visit our website for detail
-
Updated
May 27, 2018 - Java
Java implementation of SAX, HOT-SAX, and EMMA
-
Updated
Feb 20, 2018 - Java
EDIReader is a flexible and lightweight EDI parser, written in pure Java with many integration options. It has handled millions of transactions in a wide variety of products, services, industries, platforms, and custom integrations. Available as the open source Community Edition and the Premium Edition with added-value modules.
-
Updated
Oct 13, 2020 - Java
SAX, HOT-SAX, VSM, SAX-VSM, RePair and RRA in R (Rcpp)
-
Updated
Feb 13, 2020 - C++
a fresh attempt at a 4chan userstyle
-
Updated
Sep 22, 2021 - Stylus
The xmlresolver project provides an advanced implementation of the SAX EntityResolver (and extended EntityResolver2), the Transformer URIResolver, the DOM LSResourceResolver, the StAX XMLResolver, and a new NamespaceResolver. It uses the OASIS XML Catalogs V1.1 Standard to provide a mapping from external identifiers and URIs to local resources.
-
Updated
Aug 27, 2021 - Java
Fast and lightweight event-driven streaming XML parser in pure JavaScript
-
Updated
Sep 1, 2021 - JavaScript
Multi-NILM: Multi Label Non Intrusive Load Monitoring
-
Updated
May 21, 2020 - Python
C XML Minimalistic Library (CXML) - An XML library for C with a focus on simplicity and ease of use.
-
Updated
Jun 4, 2021 - C
Sequitur and RePair grammar induction algorithms implementation
-
Updated
May 27, 2018 - Java
The Just-Good-Enough XML Toolkit
-
Updated
Jul 21, 2021 - JavaScript
TestVille visualizes multiple test metrics using a 3D-City-Layout.
-
Updated
Apr 23, 2018 - JavaScript
SAX-style (Simple API for XML) in TypeScript
-
Updated
Oct 27, 2020 - JavaScript
Improve this page
Add a description, image, and links to the sax topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sax topic, visit your repo's landing page and select "manage topics."


The parser has the ability to stop parsing any-time by calling the
parser#stopmethod.We should either test this behavior or remove it. Removing it would be a breaking change.