Your XML is not well formed. Fix your XML first.
> Hi everybody,
> i can't crete a dataset in .NET starting from XML file above:
[quoted text clipped - 5 lines]
> <data Name="C" Type="Int" Size="8">10000000000</data>
> </section>
> <section Name="Body 2">
> <data Name="E" Type="Bool" Size="1">FALSE</data>
> <section Name="Body 1">
> <data Name="D" Type="String" Size="10">fer</data>
> </section>
> </section> <------ This should be prior to the last opening
> <section> tag
> <section Name="Body 3">
> <data Name="F" Type="Float" Size="4">1.569</data>
> <data Name="G" Type="Float" Size="8">0.298</data>
> </section>
> </msg>
>
> Can you help me?
fenoxxx@gmail.com - 27 Oct 2006 07:32 GMT
Sorry,
I don't understand, where? Maybe is not validate! But i ask help for
xsd (schema) and dataset with .NET
tnx
> Your XML is not well formed. Fix your XML first.
Scott M. - 27 Oct 2006 16:51 GMT
If you look at my last post carefully, you'll see where the XML has gone
wrong and what it should be. Your code is not "well-formed".
As for Schemas, you haven't asked any particular question about them, so
it's hard for me to answer a question you haven't asked.
> Sorry,
> I don't understand, where? Maybe is not validate! But i ask help for
[quoted text clipped - 3 lines]
>
>> Your XML is not well formed. Fix your XML first.