Hi!
How can I add a new node to a existing xml -file? XmlNode -class has a method, AppendChild(XmlNode node), but I can't create a new node (XmlNode newNode = new XmlNode()), because XmlNode is a abstract class. But there must be some way to create a new node...? How could I do it? Please, tell me!
br. Juha Ka
How can I add a new node to a existing xml -file? XmlNode -class has a method, AppendChild(XmlNode node), but I can't create a new node (XmlNode newNode = new XmlNode()), because XmlNode is a abstract class. But there must be some way to create a new node...? How could I do it? Please, tell me!
br. Juha Ka