@hackage yuuko2009.10.23.2

A transcendental HTML parser gently wrapping the HXT library

  • Installation

  • Dependencies (0)

  • Dependents (0)

Yuuko

A transcendental HTML parser gently wrapping the HXT library

Example

> echo '<div>hi</div><div>there</div>' | yuuko //div

hi
there

Tutorial

cabal update
cabal install yuuko

ghci

> :m + Text.HTML.Yuuko
> -- with XPath selectors
> yuuko "//body" "<html><body>hi</body></html>"

Reference


yuuko