@hackage yuuko2010.11.28

A transcendental HTML parser gently wrapping the HXT library

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

Who is Yuuko?

yuuko

  • Installation

  • Dependencies (0)

  • Dependents (0)