Posts by user3739007 • 31 points
1 post
-
3
votes0
answers692
viewsQ: How to validate an XML by Schema XSD?
I’m trying to validate the values of a XML through a file XSD. I’m trying it this way: XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(xmlReader); ValidationEventHandler eventHandler = new…