ABBYY XML schema 404 error
Closed this issue · 0 comments
zuphilip commented
Currently the ABBYY XML schema files return a 404 and this will break our validation of these files (and the Travis check). It seems that there was some redirection (which is now also vanished):
- Original url: https://www.abbyy.com/FineReader_xml/FineReader8-schema-v2.xml
- Redirection from there in 2016/03: https://web-beta.archive.org/web/20160322130346/https://www.abbyy.com/FineReader_xml/FineReader8-schema-v2.xml
- New target url: http://fr7.abbyy.com/FineReader_xml/FineReader8-schema-v2.xml
This seems to work as well with the other schema versions:
- https://www.abbyy.com/FineReader_xml/FineReader6-schema-v1.xml --> http://fr7.abbyy.com/FineReader_xml/FineReader6-schema-v1.xml
- https://www.abbyy.com/FineReader_xml/FineReader8-schema-v2.xml --> http://fr7.abbyy.com/FineReader_xml/FineReader8-schema-v2.xml
- https://www.abbyy.com/FineReader_xml/FineReader9-schema-v1.xml --> http://fr7.abbyy.com/FineReader_xml/FineReader9-schema-v1.xml
- https://www.abbyy.com/FineReader_xml/FineReader10-schema-v1.xml --> http://fr7.abbyy.com/FineReader_xml/FineReader10-schema-v1.xml
==> We have to change the urls for validation to this new ones.