Hi!

I'm using libxml for parsing a very big files, up to 200MiB. I'm using
SaxParser for that cos I don't wont to load whole file in to the memory.
Is there any stuff for stopping parsing? For example when i recognized that
tree is not valid. Or I need to wait while all 200MiB would be parsed?

It would be cool to stop parsing in callback functions such as
on_end_element_ns.


Does the libxml has anything for that?

Thnx

-- 
wbr, Stanislav O. Pogrebnyak
------------------------------------------
ICQ: 242-267-649
Skype: stanislav.o.pogrebnyak
cell-phone: +380663966659
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to