Liking cljdoc? Tell your friends :D

common-beer-format.parsers.xml

Functions to translate between BeerXML and common-beer-format

Functions to translate between BeerXML and common-beer-format
raw docstring

beer-xml->common-beer-formatclj/s

(beer-xml->common-beer-format xml)

Convert the results of clojure parsed xml into cleaner EDN

Convert the results of clojure parsed xml into cleaner EDN
sourceraw docstring

common-beer-format->beer-xmlclj/s

(common-beer-format->beer-xml edn)

Restructure EDN to the expected structure for clojure.data.xml

Restructure EDN to the expected structure for clojure.data.xml
sourceraw docstring

emit-beer-xmlclj/s

(emit-beer-xml edn-doc)

Restructure common-beer-format EDN into emitted XML.

Restructure common-beer-format EDN into emitted XML.
sourceraw docstring

parse-beer-xmlclj/s

(parse-beer-xml xml-doc)

Parse an XML resource as defined by clojure.data.xml, and return the equivalent EDN.

Parse an XML resource as defined by clojure.data.xml, and return the equivalent EDN.
sourceraw docstring

parse-beer-xml-resourceclj

(parse-beer-xml-resource xml-resource)

Clojurescripts's XML parsing implementation doesn't allow users to pass XML resource paths. When that implementation is added to the language, this should be modified.

Clojurescripts's XML parsing implementation doesn't allow users to pass XML resource paths.
When that implementation is added to the language, this should be modified.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close