tagsoup-selection: Selecting subtrees from TagSoup's TagTrees using CSS selectors

[ bsd3, library, text ] [ Propose Tags ]

This package provides functions for parsing CSS3 selectors, a zipper for TagSoup's TagTree type, and functions for easily selecting subtrees from tag trees, e.g. by using CSS selectors.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Change log CHANGELOG.md
Dependencies base (>=4.2 && <5), containers (>=0.3 && <0.6), parsec (>=3.1.3 && <3.2), tagsoup (>=0.13.3 && <0.14) [details]
License BSD-3-Clause
Copyright (c) 2016 siracusa
Author siracusa
Maintainer siracusa <pvnsrc@gmail.com>
Category Text
Source repo head: git clone https://github.com/pavonia/tagsoup-selection.git
Uploaded by siracusa at 2016-09-18T14:48:02Z
Distributions
Reverse Dependencies 4 direct, 1 indirect [details]
Downloads 1711 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-09-18 [all 1 reports]

Readme for tagsoup-selection-0.1.0.1

[back to package description]

tagsoup-selection

This package provides functions for parsing CSS3 selectors, a zipper for TagSoup's TagTree type, and functions for easily selecting subtrees from tag trees, e.g. by using CSS selectors.