yuuko: A transcendental HTML parser gently wrapping the HXT library

[ bsd3, library, program, text ] [ Propose Tags ]

Parse without thinking ...

yuuko "/body" "htmlbodyhi<body>/html"

["hi"]

[Skip to Readme]

Modules

  • Text
    • HTML
      • Text.HTML.Yuuko

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 2009.10.23, 2009.10.23.1, 2009.10.23.2, 2010.1.23, 2010.11.5, 2010.11.28
Change log changelog.md
Dependencies base (>=4 && <5), haskell98, hxt, utf8-prelude [details]
License BSD-3-Clause
Author Wang, Jinjing
Maintainer Wang, Jinjing <nfjinjing@gmail.com>
Category Text
Home page http://github.com/nfjinjing/yuuko
Uploaded by JinjingWang at 2009-10-22T22:08:11Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables yuuko
Downloads 4308 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-31 [all 8 reports]

Readme for yuuko-2009.10.23.2

[back to package description]

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


yuuko