In fact I have some questions as I got stuck.
I have an XML document. What is next? How do I bring the XML document into
my C# project so that I can create an XSD schema? Can I create a schema from
the XML menu Item?
Afterwards I will try to write the code to validate the document, but I need
help to get to this point.
> Thank you Martin. I will give it a try and eventually with more questions
> if needed.
[quoted text clipped - 12 lines]
>> <http://www.asp.net/quickstart/howto/doc/Xml/ValidationReadingXML.aspx>
>> for .NET 2.0.
Hi Doru Roman,
>> I have an XML document. What is next? How do I bring the XML document into
>> my C# project so that I can create an XSD schema?
In Solution Explorer, right click the project name and then choose Add
-> Add Existing item... then select your XML file.
2. To create your XML Schema :
a) Manually method : In Solution Explorer, right click the project name
and then choose Add -> Add New item... then select "XML Schema"
b) Automatic method : Once your XML file is opened, open the XML menu
at the top, and choose "Create schema".
>> Can I create a schema from the XML menu Item?
Yes, that method is mentioned in point b) above.
Hope this helps,
Regards,
Cerebrus.
Doru Roman - 29 Mar 2006 23:29 GMT
Thanks
> Hi Doru Roman,
>
[quoted text clipped - 21 lines]
>
> Cerebrus.