XSD validation error human readable
Posted
by Robert
on Stack Overflow
See other posts from Stack Overflow
or by Robert
Published on 2010-05-04T19:43:48Z
Indexed on
2010/05/04
19:48 UTC
Read the original article
Hit count: 194
c#
Hi,
I want to be able to validate a XML against a XSD and generate user readable errors, for example, including XSD documentation tag.
I just wanted to know if C# provides this in a easy, elegant and non-painful way, otherwise I'll parse down the error and find the node within XSD.
© Stack Overflow or respective owner