Blog articles/Web: Difference between revisions
EricSessoms (talk | contribs) m (fixed bad link) |
DonStewart (talk | contribs) (→HTML) |
||
Line 14: | Line 14: | ||
* [http://www.movethemarkets.com/richard/2007/04/14/use-of-textxhtmlstrict-for-outputting-xhtml/ Use of Text.XHtml.Strict for Outputting XHTML] | * [http://www.movethemarkets.com/richard/2007/04/14/use-of-textxhtmlstrict-for-outputting-xhtml/ Use of Text.XHtml.Strict for Outputting XHTML] | ||
* [http://blog.kfish.org/2007/06/review-tagsoup.html Library review: TagSoup] | * [http://blog.kfish.org/2007/06/review-tagsoup.html Library review: TagSoup] | ||
* [http://hitesh-jasani.blogspot.com/2007/11/parsing-html-with-haskell.html Parsing html with tagsoup] | |||
=== XML, Atom, RSS === | === XML, Atom, RSS === |
Revision as of 00:51, 9 December 2007
Web and XML
- Haskell and Web Applications
- Ruby and Haskell: write your Rails backend code in Haskell instead of C
- Writing a Simple Search Engine in Haskell
- Haskell and the web: some ideas in progress
- A search engine (core) written in Haskell
- Haskell Transactional Cache
HTML
XML, Atom, RSS
- Really simple Atom syndication
- A simple RSS aggregator in 50 lines of Haskell using HXT
- Using the Haskell XML Toolbox
- Transcending the limits of DOM, SAX, and XSLT: The HaXml functional programming model for XML
- A news aggregator
- Haskell Web Spider, Part 1: HaXML
- Haskell Web Spider, Part 2: HXT, or I Was Promised There Would Be No Side Effects
- Practical Examples of HXT in Action