Blog articles/Web
From HaskellWiki
(Difference between revisions)
(→XML, Atom, RSS) |
(→XML, Atom, RSS) |
||
| Line 21: | Line 21: | ||
* [http://www.haskell.org/haskellwiki/HXT Using the Haskell XML Toolbox] | * [http://www.haskell.org/haskellwiki/HXT Using the Haskell XML Toolbox] | ||
* [http://www.ibm.com/developerworks/xml/library/x-matters14.html Transcending the limits of DOM, SAX, and XSLT: The HaXml functional programming model for XML] | * [http://www.ibm.com/developerworks/xml/library/x-matters14.html Transcending the limits of DOM, SAX, and XSLT: The HaXml functional programming model for XML] | ||
| + | * [http://www.b7j0c.org/content/haskell-newspage.html A news aggregator] | ||
=== Further reading === | === Further reading === | ||
Revision as of 16:29, 23 September 2007
Contents |
1 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
1.1 HTML
1.2 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
