Functions to translate between BeerXML and common-beer-format
Functions to translate between BeerXML and common-beer-format
(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
(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
(emit-beer-xml edn-doc)
Restructure common-beer-format EDN into emitted XML.
Restructure common-beer-format EDN into emitted XML.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close