RE: Parsing Extra-large XML files?

2006-07-17 Thread Andy Matthews
o: CF-Talk Subject: RE: Parsing Extra-large XML files? > -Original Message- > From: Andy Matthews [mailto:[EMAIL PROTECTED] > Sent: Monday, July 17, 2006 2:20 PM > To: CF-Talk > Subject: Parsing Extra-large XML files? > > I've got a co-worker who is working

RE: Parsing Extra-large XML files?

2006-07-17 Thread Jim Davis
> -Original Message- > From: Andy Matthews [mailto:[EMAIL PROTECTED] > Sent: Monday, July 17, 2006 2:20 PM > To: CF-Talk > Subject: Parsing Extra-large XML files? > > I've got a co-worker who is working with a client that receives product > information from a third-party vendor in XML form

Re: Parsing Extra-large XML files?

2006-07-17 Thread Massimo Foti
> I've got a co-worker who is working with a client that receives product > information from a third-party vendor in XML format. He needs to take the > information contained in the XML file and dump it into our local database. > > The XML file is 50 megs and contains lots of "columns". He's been tr

RE: Parsing Extra-large XML files?

2006-07-17 Thread Ben Nadel
Perhaps you can read in the file as a flat text file, split it on record delimiters (ie. or ) parse each one of them individually into an XML object, then append all the Xml objects together? No idea if that works :) ... Ben Nadel Web Developer Nylon Technology 350 7th Avenu