[Haskell-cafe] Re: [Haskell] Re: Current XML libraries status

2008-10-27 Thread Uwe Schmidt
Hello David, 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

[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

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 but

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