Language

Package: clojure-data-xml @ 0.2.0-alpha6

Synopsis

Clojure library for reading and writing XML data

Description

data.xml is a Clojure library for reading and writing XML data. data.xml has the following features:

Parses XML documents into Clojure data structures Emits XML from Clojure data structures No additional dependencies if using JDK >= 1.6 Uses StAX internally lazy - should allow parsing and emitting of large XML documents

Home page
https://github.com/clojure/data.xml
Location
gnu/packages/clojure.scm (line: 319, column: 2)
License

Lint warnings

LinterMessageLocation
formatting

Look for formatting issues in the source

line 341 is way too long (93 characters)
formatting

Look for formatting issues in the source

line 342 is way too long (91 characters)