Role of xsd in Linq to Xml

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
It seems to me that Linq to Xml eliminates the need for the Xml schema, xsd since one doesnt require an XDocument to build a xml tree. I understand, that one can validate the xml against the xsd but what if one wants to modify the xsd and create a new one.
How is this done?
And how does one maintain strongly typed actions on the xml tree if one does not use a schema?
Need someone to set me straight on this.
Regards.

View the full article
 
Back
Top