
27 Jun
2011
27 Jun
'11
11:35 a.m.
On Jun 27, 2011, at 9:58 AM, Manfred Lotz wrote:
Thanks a lot for the suggestion. Works fine.
I only tried deepseq because my first try with seq
let content = xml `seq` parseXMLDoc xml
didn't work.
Have you considered using ByteStrings for your application. There, hGetContents is strict. Also, you will benefit from more efficient string operations.