(find-close-tag html-string close-tag)
Finds close tag
Finds close tag
(html-parse html-string)
Parses XML string into clojure map
Parses XML string into clojure map
(html-parse-recur string-to-parse & [html-map-a])
Parses XML string into clojure map
Parses XML string into clojure map
(parse-attributes-from-string attributes-string)
Parses tag attributes from string
Parses tag attributes from string
(parse-tag-attributes open-tag)
Parses tag attributes from open tag
Parses tag attributes from open tag
(remove-comments html-string)
Removes html comments <!-- -->
Removes html comments <!-- -->
(remove-doctype html-string)
Removes doctype from string
Removes doctype from string
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close