Incorrect link in the basic XSLT template

The XSLT header contains xmlns:date="``http://exslt.org/dates-and-times``" but that URL does not exist any more and it should be replaced with https://exslt.github.io/date/

The namespace is not an URL, but URI and according to the library documentation is correct one.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.