Re: [xml-dev] [ANN] web based XML Schema validator

From
Mukul Gandhi <>
To
Timothy Cook <>
Date
2020-04-05T09:57:55Z
ID
<>
Thread
Re: [xml-dev] [ANN] web based XML Schema validator
I forgot to mention that, I don't keep the uploaded XML and XSD documents on the server file system, after the validation is complete (which occurs immediately after the XML and XSD documents are successfully uploaded). This helps me conserve site disk space, and also protect user privacy (i.e I've no way to find what is within the uploaded XML and XSD documents).

On Sun, Apr 5, 2020 at 1:26 PM Timothy Cook <[email protected]> wrote:
You should support XML Catalog so that included XSDs can be found via their namespace.

On Sun, Apr 5, 2020 at 12:27 AM Mukul Gandhi <[email protected]> wrote:
Hi all,
    I've set up a publicly available site, http://18.220.66.208:8080/xmlvalidation/ to do web based XML schema validations, backed by Apache XercesJ. Can someone may, please test this to verify whether its working fine, and let me know the feedback.

I expect the above mentioned URL to be stable.

 


--
Regards,
Mukul Gandhi