9 #include "dom/sgml/html/html.h"
10 #include "dom/sgml/sgml.h"
13 #define HTML_(node, name, id) SGML_NODE_INFO(HTML, node, name, id)
14 #define HTM2_(node, name, str, id) SGML_NODE_INF2(HTML, node, name, str, id)
17 static struct sgml_node_info html_attributes
[HTML_ATTRIBUTES
] = {
18 SGML_NODE_HEAD(HTML
, ATTRIBUTE
),
20 #include "dom/sgml/html/attribute.inc"
23 static struct sgml_node_info html_elements
[HTML_ELEMENTS
] = {
24 SGML_NODE_HEAD(HTML
, ELEMENT
),
26 #include "dom/sgml/html/element.inc"
30 struct sgml_info sgml_html_info
= {