From 701ff48cc9561ce88e80c1de5a19f8d6cda790bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Wei=C3=9F?= Date: Mon, 6 Jun 2011 00:54:55 +0200 Subject: All Genshi XML tags should be namespace-qualified Our XML Schema for Genshi templates expected "choose" blocks to be declared like this: However, we prefer to namespace-qualify not only the "choose" element, but also the "when" and "otherwise" tags (for clarity, and because that's how it's done in the Genshi documentation): This commit tells XML Schema validators to expect the latter style. --- schemas/genshi.xsd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'schemas') diff --git a/schemas/genshi.xsd b/schemas/genshi.xsd index 853b69c0d..d87c4a6e3 100644 --- a/schemas/genshi.xsd +++ b/schemas/genshi.xsd @@ -2,7 +2,8 @@ + targetNamespace="http://genshi.edgewall.org/" + elementFormDefault="qualified"> Genshi schema -- cgit v1.2.3-1-g7c22