Hi, I've just written some code to validate an xml document using an xsd schema, just like the example here: http://msdn.microsoft.com/en-us/library/as3tta56.aspx . I need to display the error messages to users, who will then proceed to fix the problems.
Unfortunately, I think the error messages will confuse the users. If you look at the example on the page linked to above, the error message says "The element 'book' in namespace 'urn:bookstore-schema' has invalid child element 'author' ". But to any user, author is not invalid, there is just a missing element before it. Is there another API available with more user friendly error messages? many thanks, Jordan.
