@hackage / yuuko

A transcendental HTML parser gently wrapping the HXT library

Latest2010.11.28

About

Metadata

  • Last updated , by JinjingWang
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: Jinjing Wang <nfjinjing@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

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