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 of <PMID> and <AbstractText> elements.

Attachment: phase1.hs
Description: Binary data



Please feel free to bounce this to Haskell Cafe if you feel it is more appropriate.

On Oct 24, 2008, at 12:44 PM, Uwe Schmidt wrote:

What you can try with HXT is to use the readDocument arrow
with the option to use the tagsoup parser for parsing.
Then HXT really does lazy input.

_____________
David F. Place
[EMAIL PROTECTED]



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

Reply via email to