Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..
authorEli Zaretskii <eliz@gnu.org>
Sat, 15 Dec 2007 11:01:36 +0000 (11:01 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Dec 2007 11:01:36 +0000 (11:01 +0000)
etc/schema/xhtml-bform.rnc [moved from etc/schema/xhtml-basic-form.rnc with 100% similarity]
etc/schema/xhtml-form.rnc
etc/schema/xhtml.rnc

index f554419..99a0474 100644 (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 &=
index 3218cd7..a99f0e0 100644 (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"