Searching XML with revXMLMatchingNode

Mark Wieder mwieder at ahsoftware.net
Tue Sep 10 01:59:30 EDT 2013


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
 mwieder at ahsoftware.net





More information about the use-livecode mailing list