Re: pulldom extracting records from recordset

2009-08-07 Thread S.Selvam
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

pulldom extracting records from recordset

2009-08-07 Thread S.Selvam
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)