Blog articles/Web: Difference between revisions
DonStewart (talk | contribs) m (→XML, Atom, RSS) |
DonStewart (talk | contribs) |
||
Line 22: | Line 22: | ||
* [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] | * [http://www.b7j0c.org/content/haskell-newspage.html A news aggregator] | ||
* [http://kevin.scaldeferri.com/blog/2007/09/29/UrlSpider1HaXML.html Haskell Web Spider, Part 1: HaXML] | |||
* [http://kevin.scaldeferri.com/blog/2007/09/30/UrlSpider2HXT.html Haskell Web Spider, Part 2: HXT, or I Was Promised There Would Be No Side Effects] | |||
* [http://haskell.org/haskellwiki/HXT/Practical Practical Examples of HXT in Action] | * [http://haskell.org/haskellwiki/HXT/Practical Practical Examples of HXT in Action] | ||
Revision as of 03:35, 2 October 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