xml-conduit-selectors: jQuery-style CSS selectors for xml-conduit

[ bsd3, data, library ] [ Propose Tags ]

Parse jQuery-style CSS selectors into xml-conduit Axis


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0.0, 0.2.0.1, 0.2.0.2
Change log CHANGELOG.md
Dependencies base (>=4.12 && <5), containers (>=0.6.4.1 && <0.7), megaparsec (>=9.0 && <9.3), text (>=1.2.3.1 && <2.1), xml-conduit (>=1.9.0) [details]
License BSD-3-Clause
Copyright Tobias Dammers 2021
Author Tobias Dammers
Maintainer tdammers@gmail.com
Category Data
Uploaded by TobiasDammers at 2023-03-06T16:27:59Z
Distributions
Downloads 194 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-03-06 [all 1 reports]

Readme for xml-conduit-selectors-0.2.0.2

[back to package description]

xml-conduit-selectors

jQuery-style CSS selectors for xml-conduit

Introduction

The xml-conduit library provides the Axis type alias, which represents "node selection" in an XML document. All sorts of primitives and combinators are provided alongside these, implementing a powerful selection and filtering EDSL. This library, xml-conduit-selectors, adds a jQuery/CSS selector layer on top of this, allowing you to define Axis functions using CSS selector syntax.