I am trying to modify the value of an item in an xml document...
The only samples I see use the doc.SelectNodes method. When I try using
this I get an error stating that "SelectNodes" is not a member of
'System.Xml.XmlDocument'.
Can anyone post a sample of how you would change the value of an item in an
xml document (using only the subset of methods allowed by the compact
framework) ?
thanks !