An open API service indexing awesome lists of open source software.

https://github.com/ywangd/xmlplus

Work with XML zipper with additional functionalities
https://github.com/ywangd/xmlplus

Last synced: over 1 year ago
JSON representation

Work with XML zipper with additional functionalities

Awesome Lists containing this project

README

          

# XML Plus

Add more functionalities to Clojure's builtin clojure.xml and contrib package
clojure.data.zip.xml. Most notably add the support for using integers to select
a single element in a multiple match.

## Usage
```clojure
(use 'xmlplus.xml)

(def loc (parse-str ""))

(x1-> loc :b 1)
```

## License