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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Parse jQuery-style CSS selectors into xml-conduit Axis


[Skip to Readme]

Properties

Versions 0.2.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2
Change log CHANGELOG.md
Dependencies base (>=4.12 && <4.15), containers (>=0.6.4.1 && <0.7), megaparsec (>=9.0 && <9.1), text (>=1.2.3.1 && <1.3), 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 2021-02-28T12:29:54Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for xml-conduit-selectors-0.2.0.0

[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.