Readme for yuuko-2009.10.23.1

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