diff options
| author | Eli Zaretskii | 2007-12-15 11:01:36 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-12-15 11:01:36 +0000 |
| commit | b9a0d5af8fb35a8234b9efd76cff090f3f9d75b1 (patch) | |
| tree | 92bf45dbafdbd770fa0af7202993281b55818cd9 /etc | |
| parent | 0afd5f04f5707355aabb0b14a5a7960bc1693b10 (diff) | |
| download | emacs-b9a0d5af8fb35a8234b9efd76cff090f3f9d75b1.tar.gz emacs-b9a0d5af8fb35a8234b9efd76cff090f3f9d75b1.zip | |
Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/schema/xhtml-bform.rnc (renamed from etc/schema/xhtml-basic-form.rnc) | 0 | ||||
| -rw-r--r-- | etc/schema/xhtml-form.rnc | 2 | ||||
| -rw-r--r-- | etc/schema/xhtml.rnc | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/schema/xhtml-basic-form.rnc b/etc/schema/xhtml-bform.rnc index c0a78a1d72e..c0a78a1d72e 100644 --- a/etc/schema/xhtml-basic-form.rnc +++ b/etc/schema/xhtml-bform.rnc | |||
diff --git a/etc/schema/xhtml-form.rnc b/etc/schema/xhtml-form.rnc index f5544190b01..99a0474afbe 100644 --- a/etc/schema/xhtml-form.rnc +++ b/etc/schema/xhtml-form.rnc | |||
| @@ -2,7 +2,7 @@ | |||
| 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 &= |
diff --git a/etc/schema/xhtml.rnc b/etc/schema/xhtml.rnc index 3218cd71e5b..a99f0e0e8ed 100644 --- a/etc/schema/xhtml.rnc +++ b/etc/schema/xhtml.rnc | |||
| @@ -22,11 +22,11 @@ include "xhtml-bdo.rnc" | |||
| 22 | include "xhtml-pres.rnc" | 22 | include "xhtml-pres.rnc" |
| 23 | include "xhtml-edit.rnc" | 23 | include "xhtml-edit.rnc" |
| 24 | include "xhtml-applet.rnc" | 24 | include "xhtml-applet.rnc" |
| 25 | # include "xhtml-basic-form.rnc" | 25 | # include "xhtml-bform.rnc" |
| 26 | include "xhtml-form.rnc" | 26 | include "xhtml-form.rnc" |
| 27 | include "xhtml-style.rnc" | 27 | include "xhtml-style.rnc" |
| 28 | include "xhtml-script.rnc" | 28 | include "xhtml-script.rnc" |
| 29 | # include "xhtml-basic-table.rnc" | 29 | # include "xhtml-btable.rnc" |
| 30 | include "xhtml-table.rnc" | 30 | include "xhtml-table.rnc" |
| 31 | include "xhtml-csismap.rnc" | 31 | include "xhtml-csismap.rnc" |
| 32 | include "xhtml-events.rnc" | 32 | include "xhtml-events.rnc" |