tdammers / xml-conduit-selectors

JQuery-style selectors for xml-conduit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

JQuery-style selectors for xml-conduit

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%