xml-sax

A simple clojure xml sax parser with element selection

Leiningen/Boot

[xml-sax "0.1.0"]

Clojure CLI/deps.edn

xml-sax/xml-sax {:mvn/version "0.1.0"}

Gradle

implementation("xml-sax:xml-sax:0.1.0")

Maven

<dependency>
  <groupId>xml-sax</groupId>
  <artifactId>xml-sax</artifactId>
  <version>0.1.0</version>
</dependency>