append node by element name
-
I have the following xml: how can I add childs to the Contacts using C# but with referring to the by name not by ID? I want to add: my category my contact number
-
I have the following xml: how can I add childs to the Contacts using C# but with referring to the by name not by ID? I want to add: my category my contact number
At least make some effort http://www.bing.com/search?q=xml+c%23&src=IE-SearchBox&FORM=IE8SRC[^]
I know the language. I've read a book. - _Madmatt
-
I have the following xml: how can I add childs to the Contacts using C# but with referring to the by name not by ID? I want to add: my category my contact number
You can use c# DOM to access the XML or DHMTL. Try this: http://progzoo.net/wiki/C%23:Navigating\_over\_DOM\_Tutorial
-
I have the following xml: how can I add childs to the Contacts using C# but with referring to the by name not by ID? I want to add: my category my contact number