From 2de4dcfb77ac57488f125890a9ac26d31fe59782 Mon Sep 17 00:00:00 2001 From: Alex Stuart Date: Wed, 30 Sep 2020 16:51:19 +0100 Subject: [PATCH] Add ant target to generate list of IdPs asserting User Accountability See ukf/ukf-meta#258 for details --- .gitignore | 1 + build.xml | 16 ++++ tests/manual/ukf-meta-258/README.md | 4 +- tests/manual/ukf-meta-258/accented.out | 5 ++ tests/manual/ukf-meta-258/accented.xml | 88 +++++++++++++++++++ .../{scope-test.xml => input.xml} | 0 .../{scope-test.out => scopes.out} | 0 tests/manual/ukf-meta-258/uai.out | 5 ++ utilities/ua-idp.xsl | 28 ++++++ 9 files changed, 146 insertions(+), 1 deletion(-) create mode 100644 tests/manual/ukf-meta-258/accented.out create mode 100644 tests/manual/ukf-meta-258/accented.xml rename tests/manual/ukf-meta-258/{scope-test.xml => input.xml} (100%) rename tests/manual/ukf-meta-258/{scope-test.out => scopes.out} (100%) create mode 100644 tests/manual/ukf-meta-258/uai.out create mode 100644 utilities/ua-idp.xsl diff --git a/.gitignore b/.gitignore index 5ae1b52e..c408efa1 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ Thumbs.db /build/locations.txt /build/orgnamescope.html /build/randssps.html +/build/uai.html # /charting/ /charting/cache diff --git a/build.xml b/build.xml index e5333aec..fe439859 100644 --- a/build.xml +++ b/build.xml @@ -2388,6 +2388,7 @@ + @@ -2830,6 +2831,21 @@ + + + Running generate.html.uai XSLT + + + + + + + +