From ad713ef35ec90afe4364e466ad3cad2d3ef17fa1 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Fri, 3 May 2013 17:19:30 +0000 Subject: [PATCH] Provide a checking stage which checks that each entity has an appropriately located mdrpi:RegistrationInfo element, without looking any deeper. --- mdx/_rules/check_hasreginfo.xsl | 27 +++++++++++++++++++++++++++ mdx/common-beans.xml | 4 ++-- mdx/validation-beans.xml | 12 ++++++++++++ 3 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 mdx/_rules/check_hasreginfo.xsl diff --git a/mdx/_rules/check_hasreginfo.xsl b/mdx/_rules/check_hasreginfo.xsl new file mode 100644 index 00000000..f3319047 --- /dev/null +++ b/mdx/_rules/check_hasreginfo.xsl @@ -0,0 +1,27 @@ + + + + + + + + + + entity does not have an mdrpi:RegistrationInfo element + + + + diff --git a/mdx/common-beans.xml b/mdx/common-beans.xml index 7cdefe35..aaa01b69 100644 --- a/mdx/common-beans.xml +++ b/mdx/common-beans.xml @@ -73,11 +73,11 @@ class="net.shibboleth.metadata.dom.XSLTransformationStage"/> - + + + + + +