Net Xml Deserialization?

Try this: public class Issue { XmlAttribute public string Type { get; set; } XmlAnyElement("Record") public List Record { get; set; } } I think that tells the serializer that multiple Record elements will go in the list.

Changing that to XmlAnyElement seemed to work – Chad Oct 5 '10 at 17:51 Ah nice, thanks. – Simon Steele Oct 5 '10 at 18:35.

Implement Record class which has ID, Name_First, Name_Last and Company fields.

I don't want a class, I want an XElement as the record could contain anything. – Chad Oct 5 '10 at 17:27.

Preferably not. – Chad Oct 5 '10 at 17:27.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions