Also as a side note, you may want to consider using the MS XML parser yourself instead of SoXML. In an application I did, with a 200k XML file, it would take a minute or more to parse with soxml and a few seconds just using the MSxml parser directly.
J. John Wilker Web Applications Consultant Macromedia Certified ColdFusion Developer President/Founder, Inland Empire CFUG. www.red-omega.com "With your shield or on it." Spartan mothers would say this to their sons going to battle. It was believed that if you turned to run you'd drop your shield.. If you died in combat your comrades would carry your body home on your shield. So coming home with it or on it were the only options. -----Original Message----- From: Fred Anderson [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 15, 2001 10:02 PM To: CF-Talk Subject: SOXML xmlToDom While using CF_SOXML xmltoDOM to parse some XML I am having the following issue. When trying to retrieve a node it is giving back all the nodes at that level through the site; here is an example. Shelf -----Book ----------Author ----------Author ----------Author -----Book ----------Author ----------Author -----Book ----------Author ----------Author ----------Author ----------Author Shelf -----Book ----------Author ----------Author ----------Author -----Book ----------Author ----------Author -----Book ----------Author ----------Author ----------Author ----------Author So I looping over shelves then looping over books, then Authors Well it appears to be returning all of the authors in the first Loop. Does anyone have any suggestions? Thanks, Fred ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

