I've used HaXml's SAX parser to parse huge XML files. It is surprising that HXT doesn't seem to have a SAX parser as I understand that it is the successor to HaXml. DOM style parsing won't work with huge files.

http://hackage.haskell.org/packages/archive/HaXml/1.19/doc/html/Text- XML-HaXml-SAX.html

On Oct 23, 2008, at 11:38 PM, Hugo Pacheco wrote:

I remember that HaXML has also a lazy XML parser. maybe if you just need to use some specific information stored in your XML file you can earn some time/memory with it.
From my experience, HXT seems faster.


_____________
David F. Place
[EMAIL PROTECTED]



_______________________________________________
Haskell mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to