Your second for-loop needs to be inside your first for-loop. Adam Heinz Senior Software Developer Exstream Software
-----Original Message----- From: Jones, Brian O. [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 1:38 PM To: [EMAIL PROTECTED] Subject: RE: newbie trying to parse xml file I am trying to retrieve the information for the second entry...It only seems to go through the tree one time. In the end I want the output to look like, so I can move it to a file HELLO WORLD 2 STOP FIGHTING RIGHT NOW HELLO WORLD 2 STOP FIGHTING STOP FIGHTING Is that something I can do. I just want to take all the contents and move them to an empty file. Have any suggestions. Thanks in advance -----Original Message----- From: Adam Heinz [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 5:39 PM To: [EMAIL PROTECTED] Subject: RE: newbie trying to parse xml file You're leaking memory (with XMLString::transcode), but you seem to be navigating your DOM tree without too much trouble. What is it that you are trying to do, that you're not already doing? Adam Heinz Senior Software Developer Exstream Software --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]