@hackage xml-conduit-microlens0.3.0.0

Lenses and traversals for xml-conduit based on microlens

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.