Hi,
I have an XML like this:
<ArrayOfFormName>
<FormName name="name1">
<label name="label1">
<IT>Italian text for label1</IT>
<EN>English text for label1</EN>
</label>
<label name="label2">
<IT>Italian text for label2</IT>
<EN>English text for label2</EN>
</label>
</FormName>
<FormName name="name2">
<label name="label1">
<IT>Italian text for label1</IT>
<EN>English text for label1</EN>
</label>
</FormName>
</ArrayOfFormName>
I tried to serialize it in a class, but I couldn't serialize the "name"
attribute of "FormName" tag.
No problem with the others tags and attributes.
Anyone can help me?
Can someone give me an example?
thank's in advance
fede