Jonathan Clarke wrote:

Xpath looks pretty sweet, anyone used it for simillar data sizes?

Too avoid memory and performance issues most people use a SAX-liek parser instead of a DOM one, to avoid building the xml file in object tree. Normally XPath is implementated on top of a DOM parser, but you can use SAX ofcourse too. Anyway 8-10mb files should do fine.

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to