- From: Mukul Gandhi <gandhi.mukul@gmail.com>
- Date: Sun, 31 May 2020 16:36:08 +0530
- To: Michael Kay <mike@saxonica.com>
- Cc: "xmlschema-dev@w3.org" <xmlschema-dev@w3.org>
Received on Sunday, 31 May 2020 11:06:37 UTC
On Sun, May 24, 2020 at 4:31 PM Michael Kay <mike@saxonica.com> wrote: > (a) To allow schema validation to be invoked over HTTP, it would be a good > idea to define a standard XML vocabulary for the validation report. I > wouldn't expect two validators to produce exactly the same errors, but the > information in the errors (e.g. line number, constraint reference, etc) > could be delivered in the same way. > I was able to modify, the 'online XML Schema validator' located at https://www.softwarebytes.org/xmlvalidation/ (and the advanced one as well), where the API implementation was modified (tested with remote Python scripts) to provide following features, The user with an option in Python scripts, can ask for response type to be text, XML or JSON. The Python scripts located on the preceding mentioned site, have been modified to illustrate all possible input options. -- Regards, Mukul Gandhi
Received on Sunday, 31 May 2020 11:06:37 UTC