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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MartinCopp

  1. MartinCopp

    Clone and InsertAfter Problem

    Yes it's throwing an xml exception.
  2. MartinCopp

    Clone and InsertAfter Problem

    I'm having a problem with inserting a cloned node into a document object. This is in a VB.net application. The jist of the code is. Dim mainXML as XMLNode Dim tempXML as XMLNode tempXML = mainXML.CloneNode mainXML.ParentNode.InsertAfter(WhereWeWantToInsert, tempXML) If I don't clone the...

Part and Inventory Search

Back
Top