ANNOUNCE: Haskell XML Toolbox Version 6.0
Haskell XML Toolbox 6.0 I would like to announce a new version of the Haskell XML Toolbox for processing XML. main new features: * works with ghc 6.4.2 * better XPath integration * separate documentation for filter API and arrow API * arrow API slightly simplified More information and download: http://www.fh-wedel.de/~si/HXmlToolbox/index.html Please email comments, bugs, etc. to hxmltoolbox@fh-wedel.de Uwe -- University of Applied Sciences, Wedel, Germany http://www.fh-wedel.de/~si/index.html
On 2006-07-04, Uwe Schmidt <si@fh-wedel.de> wrote:
More information and download:
http://www.fh-wedel.de/~si/HXmlToolbox/index.html
Please email comments, bugs, etc. to hxmltoolbox@fh-wedel.de
Hi Uwe, I'm wondering if there are any tutorials or (simple) example code anywhere? I don't want to read somebody's thesis or dissertation -- just learn how to use HXT in my own programs. I haven't been able to find something like that yet, which is why I'm still using HaXml (which does have tutorials available). It looks like HXT will be nicer in several ways, so I'd like to learn it sometime. Thanks, -- John
John Goerzen wrote:
I'm wondering if there are any tutorials or (simple) example code anywhere? I don't want to read somebody's thesis or dissertation -- just learn how to use HXT in my own programs. I haven't been able to find something like that yet, which is why I'm still using HaXml (which does have tutorials available).
It looks like HXT will be nicer in several ways, so I'd like to learn it sometime.
Absolutely right. A "Getting Started" is missing and this is a weak point of HXT. I've started writing a (somewhat) "Gentle Introduction to HXT", but this document is currently not in a state to even release an alpha version. As soon as there is something useful, I'll anounce it on this list. A few simple examples are included in the distribution in the "examples/" and "examples/arrows/" subdirectory. Cheers, Uwe
Hello Uwe, Wednesday, July 5, 2006, 5:00:17 PM, you wrote:
I've started writing a (somewhat) "Gentle Introduction to HXT", but this document is currently not in a state to even release an alpha version. As soon as there is something useful, I'll anounce it on this list. A few simple examples are included in the distribution in the "examples/" and "examples/arrows/" subdirectory.
i suggest you to publish it on the ww.haskell.org's wiki. i does the same for every doc i write and community quickly improves the initial weak document -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com
John Goerzen wrote:
Hi Uwe,
I'm wondering if there are any tutorials or (simple) example code anywhere? I don't want to read somebody's thesis or dissertation -- just learn how to use HXT in my own programs. I haven't been able to find something like that yet, which is why I'm still using HaXml (which does have tutorials available).
It looks like HXT will be nicer in several ways, so I'd like to learn it sometime.
I've started writing a somewhat gentle introduction to HXT in the Haskell Wiki. The link is http://www.haskell.org/haskellwiki/HXT Cheers, Uwe
participants (4)
-
Bulat Ziganshin -
John Goerzen -
Uwe Schmidt -
Uwe Schmidt