C#: Validate an XML string against Schemas. .NET 2.0

Posted by RTernier on Stack Overflow See other posts from Stack Overflow or by RTernier
Published on 2010-04-23T22:44:34Z Indexed on 2010/04/23 22:53 UTC
Read the original article Hit count: 110

Filed under:
|
|

C# VB.NET 2.0

I have XML string object being sent to me. I have the location of the schemas (5 of them) that I need to validate this XML against.

Most of the examples I see are .net 3.5, but not many on 2.0.

The XML String does NOT Declare what schemas to use, it only has the namespaces on a good handful of elements.

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about Xml