On Fri, Aug 7, 2009 at 6:10 PM, S.Selvam wrote:
> Hi all,
>
> I am using pulldom to handle large xml files.It works fine, but i do not
> know how to store a particular set of records(as xml) out of the recordset.
> -code-
> from xml.dom import pulldom
> hamlet_file = open
Hi all,
I am using pulldom to handle large xml files.It works fine, but i do not
know how to store a particular set of records(as xml) out of the recordset.
-code-
from xml.dom import pulldom
hamlet_file = open("input_xml/inp_test.xml")
events = pulldom.parse(hamlet_file)