Re: [Haskell] Current XML libraries status

2008-10-24 Thread Marc A. Ziegert
there was a thread about xml parsing, one month ago. well, i don't know much about xml, except what it looks like; but i know about that interesting parsing problem behind it. maybe Lev Walkin has fixed that in HXML. at least he wrote thi

Re: [Haskell] ANNOUNCE: colour 0.0.0

2008-10-24 Thread Sebastian Sylvan
On Fri, Oct 24, 2008 at 8:12 PM, <[EMAIL PROTECTED]> wrote: > On Fri, 24 Oct 2008, Sebastian Sylvan wrote: > > It would be nice if we could customize the gamma curve. Different devices >> have different gamma. >> Some hardware even approximates the gamma curve with piecewise linear >> functions.

Re: [Haskell] ANNOUNCE: colour 0.0.0

2008-10-24 Thread roconnor
On Fri, 24 Oct 2008, Sebastian Sylvan wrote: It would be nice if we could customize the gamma curve. Different devices have different gamma. Some hardware even approximates the gamma curve with piecewise linear functions. This can make a massive difference if you, e.g. degamma the image assuim

Re: [Haskell] Re: Current XML libraries status

2008-10-24 Thread David F. Place
I tried to use HXT's readDocument with its tagsoup option for my application. I couldn't find a way to construct the operation that didn't run out of memory. I'll attach some code using HaXml's saxParse so you can see what I want. Is that easy to do in HXT? I simply want the text

Re: [Haskell] ANNOUNCE: colour 0.0.0

2008-10-24 Thread Sebastian Sylvan
On Wed, Oct 22, 2008 at 1:12 AM, <[EMAIL PROTECTED]> wrote: > http://hackage.haskell.org/cgi-bin/hackage-scripts/package/colour-0.0.0 > > I hope for this library to become the standard colour library for Haskell. > Most software does not properly blend colours because they fail to > gamma-correct

Re: [Haskell] Re: Current XML libraries status

2008-10-24 Thread Uwe Schmidt
Hello Krasimir, > Thanks to everyone who answered. HXML still seems to be the best for me. It > is fast and it has good Arrow interface. It is also a small and simple > library. I tried also HXT with this example: > > http://www.haskell.org/haskellwiki/HXT#Getting_started:_Hello_world_example >s >

[Haskell] Re: Current XML libraries status

2008-10-24 Thread Krasimir Angelov
Thanks to everyone who answered. HXML still seems to be the best for me. It is fast and it has good Arrow interface. It is also a small and simple library. I tried also HXT with this example: http://www.haskell.org/haskellwiki/HXT#Getting_started:_Hello_world_examples but it just died with out of

[Haskell] ANNOUNCE: lhs2tex-1.14

2008-10-24 Thread Andres Loeh
lhs2TeX version 1.14 We are pleased to announce a new release of lhs2TeX, a preprocessor to generate LaTeX code from literate Haskell sources. lhs2TeX includes the following features: * Highly customized output. * Liberal parser --

Re: [Haskell] Current XML libraries status

2008-10-24 Thread Ketil Malde
"Krasimir Angelov" <[EMAIL PROTECTED]> writes: > Does some one have made performance tests on the different XML libraries for > Haskell? I have a 20MB xml file that I want to read. I remember from my > earlier > experiments (years ago) that all libraries were too slow and were consuming > too >