xmltext

Is it possible to create a DataContract with XmlText content so that it serializes correctly?

Is it possible to represent this format using Data Contract Serialization? <Person id="123">Ted</Person> ...

Need advice for XMLText usage in C#

I am writing an output module to visualize my data on another program. If you inspect the code, i add point coordinates to a string and then add this string as a TextNode to another element. Problem is number of points can be more than 500000 Is there a better way to write a lot of text to xml or is this OK? XMLElement points = doc.Cr...