Hi,
I'm new into XML Serialization using .NET and after working with it for some time I'm quite fuzzled now. I can serialize elements with attributes containing other elements but how can I serialize something like
<myElement name="foo">bar</myElement>
I use a class for myElement with a XmlAttribute for the "name", but how to refer the value of the XML Element?
Thanks in advance.