1# XHTML
2
3# This corresponds to the union of transitional and frameset.
4
5default namespace = "http://www.w3.org/1999/xhtml"
6
7include "xhtml-datatypes.rnc"
8include "xhtml-attribs.rnc"
9# include "xhtml-struct.rnc"
10include "xhtml-frames.rnc"
11include "xhtml-text.rnc"
12include "xhtml-hypertext.rnc"
13include "xhtml-lst.rnc"
14include "xhtml-image.rnc"
15include "xhtml-ssismap.rnc"
16include "xhtml-base.rnc"
17include "xhtml-link.rnc"
18include "xhtml-meta.rnc"
19include "xhtml-param.rnc"
20include "xhtml-object.rnc"
21include "xhtml-bdo.rnc"
22include "xhtml-pres.rnc"
23include "xhtml-edit.rnc"
24include "xhtml-applet.rnc"
25# include "xhtml-bform.rnc"
26include "xhtml-form.rnc"
27include "xhtml-xstyle.rnc"
28include "xhtml-script.rnc"
29# include "xhtml-btable.rnc"
30include "xhtml-table.rnc"
31include "xhtml-csismap.rnc"
32include "xhtml-events.rnc"
33include "xhtml-inlstyle.rnc"
34include "xhtml-tgt.rnc"
35include "xhtml-iframe.rnc"
36include "xhtml-nameident.rnc"
37include "xhtml-legacy.rnc"
38