Difference between revisions of "HXT/Practical"

From HaskellWiki
< HXT
Jump to navigation Jump to search
m (add to category)
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
   
 
* [[HXT/Practical/Simple1]]: an easy XML document.
 
* [[HXT/Practical/Simple1]]: an easy XML document.
* [[HXT/Practical/Simple2]]: dealing with attributes, lists, an optional data.
+
* [[HXT/Practical/Simple2]]: dealing with attributes, lists, and optional data.
 
* [[HXT/Practical/Weather1]]: combining HTTP and HXT, getting a Weather report.
 
* [[HXT/Practical/Weather1]]: combining HTTP and HXT, getting a Weather report.
  +
* [[HXT/Practical/Google1]]: dealing with HTML -- querying Google search.
  +
* [[HXT/Practical/Ebay1]]: dealing with HTML -- querying Ebay feedbacks.
  +
* [[HXT/Practical/WebSpider]]: spidering a website, with validation and link checking

Latest revision as of 18:32, 1 November 2007


Practical Examples of HXT in Action