@hackage yuuko2009.10.23.1

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

yuuko "//body" "<html><body>hi</body></html>"

> ["hi"]

Tutorial

cabal update
cabal install yuuko

ghci

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

Reference


yuuko