@hackage yuuko2010.11.28
A transcendental HTML parser gently wrapping the HXT library
Categories
License
BSD-3-Clause
Maintainer
Jinjing Wang <nfjinjing@gmail.com>
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
- 2010.11.28 Sun, 28 Nov 2010
- 2010.11.5 Thu, 4 Nov 2010
- 2010.1.23 Wed, 24 Feb 2010
- 2009.10.23.2 Thu, 22 Oct 2009
- 2009.10.23.1 Thu, 22 Oct 2009
- 2009.10.23 Thu, 22 Oct 2009
Installation
Dependencies (11)
- base >=4 && <5
- bytestring
- containers
- curl
- deepseq
- directory Show all…
Dependents (2)
@hackage/acme-everything, @hackage/bamboo-theme-mini-html5
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?
