xmlschemaset Questions

3

Solved

I'm trying to validate an Xml fragment using an Xml Schema with the XDocument.Validate extension method. Whenever an invalid Xml fragment is used the ValidationEventHandler fires properly, however ...
Rawdon asked 9/1, 2012 at 18:46

2

Solved

I created a PowerShell script which loops over a large number of XML Schema (.xsd) files, and for each creates a .NET XmlSchemaSet object, calls Add() and Compile() to add a schema to it, and print...
1

© 2022 - 2024 — McMap. All rights reserved.