It's silverlight project. I have the following XML :
<pars>
<par>
</par>
<s>Auto1</s>
<par>
</par>
<par>
</par>
</pars>
As you can see there are two Parameter
(Under Parameters
) and are one seperators
.
All of them comes under Parameters
in xml (And Parameters.cs in c# code).
What i am trying to do ? I have Following C# classes corresponding to that xml (Using the object of Parameters.cs class i am again trying to obtain the same xml).