xml-conduit-microlens: Lenses and traversals for xml-conduit based on microlens

[ bsd3, library, web-xml ] [ Propose Tags ]

XML (and HTML) DOM selectors for `xml-conduit` based on microlens.

This library provides combinators for traversing and folding over XML trees. It could be useful for editing trees, adding attributes selectively (e.g. refactoring CSS, adding HTMX attributes etc.)

Some definitions are taken from 'xml-lens' but we import microlens to achieve a smaller dependency footprint.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0 (info)
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), case-insensitive, containers, microlens, microlens-ghc, text, xml-conduit [details]
License BSD-3-Clause
Copyright (c) 2015-2023 Fumiaki Kinoshita, 2023 Marco Zocca
Author Marco Zocca
Maintainer ocramz
Category Web XML
Home page https://github.com/ocramz/xml-conduit-microlens
Source repo head: git clone https://github.com/ocramz/xml-conduit-microlens
Uploaded by ocramz at 2023-04-16T08:38:30Z
Distributions NixOS:0.3.0.0
Downloads 104 total (10 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-04-16 [all 1 reports]

Readme for xml-conduit-microlens-0.3.0.0

[back to package description]

xml-conduit-microlens

Build Status

TODO Description.