Search results for query: *

  1. E

    Question Inserting data into xml node

    Here is my xml file. I tried doing as you suggested and used //grammar/rule, but this results in the same error. I even tried to just select the grammar node with the same result. Seems as though no matter what node i attempt selecting i get newXMLNode is Nothing. Maybe this is a nonstandard...
  2. E

    Question Inserting data into xml node

    newXMLNode is Nothing
  3. E

    Question Inserting data into xml node

    Im just recently getting back into programming vb after being away for many years. Im currently working on a project that requires i insert or append data to a specific node in an xml file. When i run this bit of code. Dim XMLDom As New XmlDocument()...
Back
Top