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
- Host: GitHub
- URL: https://github.com/ywangd/xmlplus
- Owner: ywangd
- License: epl-1.0
- Created: 2014-03-21T05:04:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-17T00:46:08.000Z (about 12 years ago)
- Last Synced: 2025-01-13T17:27:28.249Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 445 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
(x1-> loc :b 1)
```
## License