I want to convert a string to XML. Of course I can do something like:\[code\]"<node Attribute1="att1">" + MyString + "</node>"\[/code\]But why reinvent the wheel if there's something in .net for it. Is there a method that takes a node-name, attributes, and inner XML and returns an XML string?