From ed34f4b59dce226700bf849098b367103065cc69 Mon Sep 17 00:00:00 2001 From: Björn Mattsson Date: Fri, 13 Jan 2023 09:05:55 +0100 Subject: Added checks for invalid algorithms that UK complains about --- xslt/check_framework.xsl | 128 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 xslt/check_framework.xsl (limited to 'xslt/check_framework.xsl') diff --git a/xslt/check_framework.xsl b/xslt/check_framework.xsl new file mode 100644 index 00000000..f4e8d017 --- /dev/null +++ b/xslt/check_framework.xsl @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + [ERROR] + + + + + + + + + + + + : + + + + + + + + + + + + [WARN] + + + + + + + + + + + + : + + + + + + + + + + + + [INFO] + + + + + + + + + + + + : + + + + + + + + + + + + + + + + + + -- cgit v1.2.3