Hi Mark,

Can I do SAX processing with LiveCode? Is that what is used if you "send messages" with revXML?

Todd

Mark Wieder wrote:
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.


--
Todd Geist
geist interactive <http://www.geistinteractive.com>
800-935-6068
GoDraw <http://www.geistinteractive.com/godraw> - Draw on Photos with FileMaker Go

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

Reply via email to