Skip to content

A small Clojure wrapper for the JSoup Java library. Intended to simply consume an HTML string and allow for CSS queries

License

Notifications You must be signed in to change notification settings

bschwind/html-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html-parser

Clojars Project

A small Clojure wrapper for the JSoup Java library. Intended to simply consume an HTML string and allow for CSS queries

Installation

Add [org.clojars.bschwind/html-parser "0.1.0"] to your dependencies in project.clj.

Usage

(def doc (document-from-string "<html>Your HTML here</html>"))
(println (select doc "html")))

About

A small Clojure wrapper for the JSoup Java library. Intended to simply consume an HTML string and allow for CSS queries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published