EDN Admin
Well-known member
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
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