From cce2e7e16c2625dbe204f6444ffa9ffd16e1ba64 Mon Sep 17 00:00:00 2001 From: Audrey Hamelers <hamelers@ebi.ac.uk> Date: Fri, 3 Sep 2021 12:33:26 +0100 Subject: [PATCH] Declare xmlns again to deal with new com.sun.org.apache.xalan.internal.xsltc.TransletException --- server/xml-validation/xsl/addcitation.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/xml-validation/xsl/addcitation.xsl b/server/xml-validation/xsl/addcitation.xsl index 8558a1989..8148af963 100644 --- a/server/xml-validation/xsl/addcitation.xsl +++ b/server/xml-validation/xsl/addcitation.xsl @@ -206,7 +206,7 @@ <xsl:template name="epmc-license"> <license> <ali:license_ref xmlns:ali="http://www.niso.org/schemas/ali/1.0/">https://europepmc.org/downloads/openaccess</ali:license_ref> - <license-p>This preprint is made available via the <ext-link ext-link-type="uri" xlink:href="https://europepmc.org/downloads/openaccess">Europe PMC open access subset</ext-link>, for unrestricted research re-use and secondary analysis in any form or by any means with acknowledgement of the original preprint source.</license-p> + <license-p>This preprint is made available via the <ext-link ext-link-type="uri" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://europepmc.org/downloads/openaccess">Europe PMC open access subset</ext-link>, for unrestricted research re-use and secondary analysis in any form or by any means with acknowledgement of the original preprint source.</license-p> </license> </xsl:template> -- GitLab