Todd-

Monday, September 9, 2013, 4:08:30 PM, you wrote:

> My challenge is I have HUGE xml files.  250mb is not uncommon.

My condolences. XML is not fun for humans.

> If anyone has any experience in parsing very large files, I would love
> to hear about it.

Have you tried using SAX processing rather than DOM? You might lose
efficiency by not having the xml all in memory at once, but you might
gain by not having to create and parse the DOM tree.

-- 
-Mark Wieder
 [email protected]


_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to