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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.