Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..

This commit is contained in:
Eli Zaretskii 2007-12-15 11:01:36 +00:00
parent 0afd5f04f5
commit b9a0d5af8f
3 changed files with 3 additions and 3 deletions

View file

@ -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 &=

View file

@ -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"