Re: [Haskell-cafe] Haskell XML Parsers

2010-05-06 Thread Malcolm Wallace
I have been looking at using XML for a little program I have been writing. The file I am currently trying to load is about 9MB, and I have now tried to use HaXml and HST. Without any of my own code, just a simple call to the basic parsers, they both use huge amount of memory. HST is the wors

Re: [Haskell-cafe] Haskell XML Parsers

2010-05-05 Thread Gregory Collins
R Senington writes: > Dear all, > > I have been looking at using XML for a little program I have been writing. The > file I am currently trying to load is about 9MB, and I have now tried to use > HaXml and HST. Without any of my own code, just a simple call to the basic > parsers, they both use h

Re: [Haskell-cafe] Haskell XML Parsers

2010-05-05 Thread Neil Mitchell
Hi, You might want to take a look at TagSoup (http://community.haskell.org/~ndm/tagsoup) - it parses XML/HTML lazily returning a stream of tags. It doesn't do nesting, but it does have good memory usage. Thanks, Neil On Fri, Apr 30, 2010 at 11:35 AM, R Senington wrote: > Dear all, > > I have be

Re: [Haskell-cafe] Haskell XML Parsers

2010-04-30 Thread Malcolm Wallace
I have been looking at using XML for a little program I have been writing. The file I am currently trying to load is about 9MB, and I have now tried to use HaXml and HST. Without any of my own code, just a simple call to the basic parsers, they both use huge amount of memory. HST is the wors

[Haskell-cafe] Haskell XML Parsers

2010-04-30 Thread R Senington
Dear all, I have been looking at using XML for a little program I have been writing. The file I am currently trying to load is about 9MB, and I have now tried to use HaXml and HST. Without any of my own code, just a simple call to the basic parsers, they both use huge amount of memory. HST is