From b533561aa804f7ca4f3d2ba290c1b2f3d80bafca Mon Sep 17 00:00:00 2001 From: Ian Young Date: Thu, 16 Sep 2010 12:37:04 +0000 Subject: [PATCH] Checking ruleset to verify that all namespaces used in a metadata file are known, by flagging those which are not. --- build.xml | 1 + build/check_namespaces.xsl | 81 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 build/check_namespaces.xsl diff --git a/build.xml b/build.xml index 1b145c4d..e3a57880 100644 --- a/build.xml +++ b/build.xml @@ -856,6 +856,7 @@ + diff --git a/build/check_namespaces.xsl b/build/check_namespaces.xsl new file mode 100644 index 00000000..8e547ed0 --- /dev/null +++ b/build/check_namespaces.xsl @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Unknown namespace: + + on element + + + + + +