If I have a XSD and want to make sure it follows all the standards so that it creates a valid XML. How would that be done? The only sources I can find is back checking the XML to the XSD.
Asked
Active
Viewed 40 times
0
-
[Validating an XML against referenced XSD in C#](http://stackoverflow.com/a/752774/3060520) – huse.ckr Nov 30 '16 at 06:09
-
[Validate XML against XSD in a single method](http://stackoverflow.com/a/10109483/3060520) – huse.ckr Nov 30 '16 at 06:09
-
Unfortunately I just need to check if the XSD is valid not a XML – user7228979 Nov 30 '16 at 14:39