Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 416 Bytes

easy-xml

Small Clojure parsing library wrapping clojure.xml.

Makes it a breeze to extract elements, texts and attributes from XML sources (URLs or pre-parsed with clojure.xml/parse).

Examples

In the following we'll use this Danish public web service, that returns addresses based on a search query.

Check the sample test: https://github.com/enterlab/easy-xml/blob/master/test/enterlab/xml.clj