You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Stylesheets repo has already been updated to handle this in some cases, but doesn't seem to have been updated in others. I'll raise this as a Stylesheets bug.
@djbpitt I can reproduce the problem on the ODD file downloaded from:
https://raw.githubusercontent.com/djbpitt/repertorium/master/tei_ms_repertorium.odd
The XSLT stylesheet "OXYGEN_INSTALL_DIR\frameworks\tei\xml\tei\stylesheet\odds\odd2odd.xsl" uses the doc-available method to see if a remote XML document is accessible:
http://www.tei-c.org/Vault/P5/3.2.0/xml/tei/odd/p5subset.xml
but the link is redirected to the "https" equivalent and the HTTP connection used by the XSLT processor cannot follow the redirect.
If you open the same odd2odd.xsl above, it has a parameter:
which should be changed to:
But this is problem not related to this particular issue, maybe you can add a separate issue for it.
Originally posted by @raducoravu in #30 (comment)
The text was updated successfully, but these errors were encountered: