From 7453da5b311a7a0c68b5568a7a967e21825cc558 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Fri, 17 Feb 2012 15:18:03 +0000 Subject: [PATCH] Check for empty xs:string elements in MDUI. The standard also forbids xs:string elements which contain only whitespace, but that is a very hard to do in XSLT so these checks should be redone in Java at some point. --- build/check_mdui.xsl | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/build/check_mdui.xsl b/build/check_mdui.xsl index e2ab261a..e03f9ffa 100644 --- a/build/check_mdui.xsl +++ b/build/check_mdui.xsl @@ -27,6 +27,42 @@ --> + + + + mdui:DisplayName must not be empty + + + + + mdui:Description must not be empty + + + + + mdui:Keywords must not be empty + + + + + mdui:IPHint must not be empty + + + + + mdui:DomainHint must not be empty + + + + + mdui:GeolocationHint must not be empty + + +