comparison etc/schema/xhtml-form.rnc @ 91239:2fcaae6177a5

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
author Miles Bader <miles@gnu.org>
date Sun, 16 Dec 2007 05:08:49 +0000
parents 9e48c9dc543f
children
comparison
equal deleted inserted replaced
91238:5cf14a2107b5 91239:2fcaae6177a5
1 # Forms Module 1 # Forms Module
2 2
3 # Unlike the DTD implementation, this builds on the basic-form module 3 # Unlike the DTD implementation, this builds on the basic-form module
4 4
5 include "xhtml-basic-form.rnc" { 5 include "xhtml-bform.rnc" {
6 select = element select { select.attlist, (option | optgroup)+ } 6 select = element select { select.attlist, (option | optgroup)+ }
7 } 7 }
8 form.attlist &= 8 form.attlist &=
9 attribute accept-charset { Charsets.datatype }?, 9 attribute accept-charset { Charsets.datatype }?,
10 attribute accept { ContentTypes.datatype }? 10 attribute accept { ContentTypes.datatype }?