Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. goDemons

    Removing A Child Node

    Hey, I've been having trouble removing a child Node in an xml file using an ASP page. I've been using the following Code: --------------------------------- Set xmlNodes = xmlfile.DocumentElement.ChildNodes For Each xmlItem In xmlNodes strFileName = xmlItem.getAttribute( "filename" ) If...

Part and Inventory Search

Back
Top