C csharpula csharp May 13, 2008 #1 Hello, What is the best way to implement in c# xml validation with a given xsd? Thank u!
M Marc Gravell May 13, 2008 #2 By associating one or more schemas in an XmlReaderSettings, and using that when creating an XmlReader. http://msdn.microsoft.com/en-us/library/system.xml.xmlreadersettings.schemas.aspx Marc
By associating one or more schemas in an XmlReaderSettings, and using that when creating an XmlReader. http://msdn.microsoft.com/en-us/library/system.xml.xmlreadersettings.schemas.aspx Marc
M Martin Honnen May 13, 2008 #3 csharpula said: What is the best way to implement in c# xml validation with a given xsd? Click to expand... See http://groups.google.com/group/micr...0/66d9866d64f436ca?lnk=st&q=#66d9866d64f436ca
csharpula said: What is the best way to implement in c# xml validation with a given xsd? Click to expand... See http://groups.google.com/group/micr...0/66d9866d64f436ca?lnk=st&q=#66d9866d64f436ca