Mercurial > emacs
annotate etc/schema/xhtml.rnc @ 87864:54863df609a3
(vc-svn-registered): Make it work for non-existent
files.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Sun, 20 Jan 2008 19:56:43 +0000 |
| parents | 55a95acb5aa1 |
| children |
| rev | line source |
|---|---|
| 86361 | 1 # XHTML |
| 2 | |
| 3 # This corresponds to the union of transitional and frameset. | |
| 4 | |
| 5 default namespace = "http://www.w3.org/1999/xhtml" | |
| 6 | |
| 7 include "xhtml-datatypes.rnc" | |
| 8 include "xhtml-attribs.rnc" | |
| 9 # include "xhtml-struct.rnc" | |
| 10 include "xhtml-frames.rnc" | |
| 11 include "xhtml-text.rnc" | |
| 12 include "xhtml-hypertext.rnc" | |
|
87296
288134f0441f
Renamed xhtml-list.rnc to xhtml-lst.rnc; all users changed.
Eli Zaretskii <eliz@gnu.org>
parents:
87294
diff
changeset
|
13 include "xhtml-lst.rnc" |
| 86361 | 14 include "xhtml-image.rnc" |
| 15 include "xhtml-ssismap.rnc" | |
| 16 include "xhtml-base.rnc" | |
| 17 include "xhtml-link.rnc" | |
| 18 include "xhtml-meta.rnc" | |
| 19 include "xhtml-param.rnc" | |
| 20 include "xhtml-object.rnc" | |
| 21 include "xhtml-bdo.rnc" | |
| 22 include "xhtml-pres.rnc" | |
| 23 include "xhtml-edit.rnc" | |
| 24 include "xhtml-applet.rnc" | |
|
87294
9e48c9dc543f
Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..
Eli Zaretskii <eliz@gnu.org>
parents:
86361
diff
changeset
|
25 # include "xhtml-bform.rnc" |
| 86361 | 26 include "xhtml-form.rnc" |
|
87298
55a95acb5aa1
Renamed xhtml-style.rnc to xhtml-xstyle.rnc; all users changed.
Eli Zaretskii <eliz@gnu.org>
parents:
87297
diff
changeset
|
27 include "xhtml-xstyle.rnc" |
| 86361 | 28 include "xhtml-script.rnc" |
|
87294
9e48c9dc543f
Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..
Eli Zaretskii <eliz@gnu.org>
parents:
86361
diff
changeset
|
29 # include "xhtml-btable.rnc" |
| 86361 | 30 include "xhtml-table.rnc" |
| 31 include "xhtml-csismap.rnc" | |
| 32 include "xhtml-events.rnc" | |
| 33 include "xhtml-inlstyle.rnc" | |
|
87297
947277b5370c
Renamed xhtml-target.rnc to xhtml-tgt.rnc; all users changed.
Eli Zaretskii <eliz@gnu.org>
parents:
87296
diff
changeset
|
34 include "xhtml-tgt.rnc" |
| 86361 | 35 include "xhtml-iframe.rnc" |
| 36 include "xhtml-nameident.rnc" | |
| 37 include "xhtml-legacy.rnc" |
