yuuko-2009.10.23.2: readme.md
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
=========
* [HXT](http://www.fh-wedel.de/~si/HXmlToolbox/)
* [TagSoup](http://community.haskell.org/~ndm/tagsoup/)
* [XPath](http://www.w3.org/TR/xpath)
* [XML related libraries on Hackage](http://hackage.haskell.org/packages/archive/pkg-list.html#cat:xml)
<br/>
