]> granicus.if.org Git - docbook-dsssl/commitdiff
Method attribute values in lowercase; action is an xsd:anyURI
authorNorman Walsh <ndw@nwalsh.com>
Thu, 21 Apr 2005 11:40:01 +0000 (11:40 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 21 Apr 2005 11:40:01 +0000 (11:40 +0000)
docbook/relaxng/docbook/src/htmlform.rnc

index 2059f301bb814a6dc3104c65026204db837a7097..9cdec730942626bfc062893e64490eb65e4fcaae 100644 (file)
@@ -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 }?