i am stuck with this small problem in my code.
I am trying to make small console application which will write into xml document. I have used xmldocument and xmlnode
You're trying to call an instance method, but without specifying an instance.
The simplest fix for this is to make the give_node
method static
.
I haven't looked at the rest of the code to see whether it's okay or not, although give_node
should be called GiveNode
to follow .NET naming conventions.