mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..
This commit is contained in:
parent
0afd5f04f5
commit
b9a0d5af8f
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Unlike the DTD implementation, this builds on the basic-form module
|
||||
|
||||
include "xhtml-basic-form.rnc" {
|
||||
include "xhtml-bform.rnc" {
|
||||
select = element select { select.attlist, (option | optgroup)+ }
|
||||
}
|
||||
form.attlist &=
|
||||
|
|
|
|||
|
|
@ -22,11 +22,11 @@ include "xhtml-bdo.rnc"
|
|||
include "xhtml-pres.rnc"
|
||||
include "xhtml-edit.rnc"
|
||||
include "xhtml-applet.rnc"
|
||||
# include "xhtml-basic-form.rnc"
|
||||
# include "xhtml-bform.rnc"
|
||||
include "xhtml-form.rnc"
|
||||
include "xhtml-style.rnc"
|
||||
include "xhtml-script.rnc"
|
||||
# include "xhtml-basic-table.rnc"
|
||||
# include "xhtml-btable.rnc"
|
||||
include "xhtml-table.rnc"
|
||||
include "xhtml-csismap.rnc"
|
||||
include "xhtml-events.rnc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue