Hello, i need to write a console app that will search a folder and subfolder for 1 or more files of a given filename. for each file that is found, the XML file must be parsed for a substring in the <url> element, and replace it w/ another substring. in other words, for each <url> tag found in the XML file i am using (the name of the file is TNT.XML), search for a substring and replace it w/ another. I would appreciate any help. Thanks in advance.