开发者

Dynamically appending text to XML with C#

I w开发者_运维问答ant to generate the XML as shown below.

I generated the elements of it, but now I am struggling to append the text dynamically to it.

Can any one help me to do as shown above.

Dynamically appending text to XML with C#

Thanks.


If I understood your problem right, this will help:

        XmlElement node = doc.CreateElement("H_SENDER");
        node.InnerText = "BROYHILL ONLINE";
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜