-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
@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:
<xsl:param name="defaultTEIServer">http://www.tei-c.org/Vault/P5/</xsl:param>
which should be changed to:
<xsl:param name="defaultTEIServer">https://www.tei-c.org/Vault/P5/</xsl:param>
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels