dotnet xml:
Hi all.
I have a XSD file and a flat file (txt).
My customer want that I create a XML (with XSD + file data).
OK.
1) I open visual studio
2) I create a typed dataset (read xsd schema)
3) Now, I have the dataset empty
My dataset now contains a complex type in a complex type (like a complex
type invoice whit one header and n record of products).
The question is: how can I write the data of file in dataset?
If I use the xsd.exe tool and obtain the class that this tool creates for
me, how can I use this class from my code?
Tks (and sorry for my english... ;-), bye,
Sam