Re: Large XML Document Processing

2006-02-07 Thread uche . ogbuji
Albert Leibbrandt wrote: > Hi > > Just want to check which xml parser you guys have found to be the > quickest. I have xml documents with 250 000 records or more and the > processing of these documents are taking way to long. The validation is > the main problem. Any module names, non validating wo

Re: Large XML Document Processing

2006-01-27 Thread Rene Pijlman
Albert Leibbrandt: >Just want to check which xml parser you guys have found to be the >quickest. I have xml documents with 250 000 records or more and the >processing of these documents are taking way to long. What type of parser are you using? Dom, minidom or sax? Sax is fastest, but somewhat m

Re: Large XML Document Processing

2006-01-27 Thread Fredrik Lundh
Albert Leibbrandt wrote: > Just want to check which xml parser you guys have found to be the > quickest. I have xml documents with 250 000 records or more and the > processing of these documents are taking way to long. The validation is > the main problem. Any module names, non validating would be

Large XML Document Processing

2006-01-27 Thread Albert Leibbrandt
Hi Just want to check which xml parser you guys have found to be the quickest. I have xml documents with 250 000 records or more and the processing of these documents are taking way to long. The validation is the main problem. Any module names, non validating would be find to, would help a lo