From b0e5a01c5a27f3e7249e4b1172bfe7ac66ce9958 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 21 Apr 2005 11:40:01 +0000 Subject: [PATCH] Method attribute values in lowercase; action is an xsd:anyURI --- docbook/relaxng/docbook/src/htmlform.rnc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docbook/relaxng/docbook/src/htmlform.rnc b/docbook/relaxng/docbook/src/htmlform.rnc index 2059f301b..9cdec7309 100644 --- a/docbook/relaxng/docbook/src/htmlform.rnc +++ b/docbook/relaxng/docbook/src/htmlform.rnc @@ -30,8 +30,8 @@ div { db.html.form.attlist = db.html.attrs - & attribute action { text } - & attribute method { "GET" | "POST" }? + & attribute action { xsd:anyURI } + & attribute method { "get" | "post" }? & attribute onsubmit { text }? & attribute onreset { text }? -- 2.40.0