Hi,
With the following XML I am trying to copy and add to another XML but I haven't used the C# XML document objects before. So here is the XML
<config>
   <configXML>
      <Connections>
         <Connection excyptedConnection="encrypted string">
      </Connections>
   <configXML>
</config>
I want to be able to copy out the Connection or add new Connection information. I want to be able to use the /config/configXML/Connections/ xpath for adding/copying the values.
Anyone that can help?
Thanks