Re: online XML Schema validation service, python bindings

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