9
#include "dom/sgml/rss/rss.h"
10
#include "dom/sgml/sgml.h"
13
#define RSS_(node, name, id) SGML_NODE_INFO(RSS, node, name, id)
15
static struct sgml_node_info rss_attributes[RSS_ATTRIBUTES] = {
16
SGML_NODE_HEAD(RSS, ATTRIBUTE),
18
#include "dom/sgml/rss/attribute.inc"
21
static struct sgml_node_info rss_elements[RSS_ELEMENTS] = {
22
SGML_NODE_HEAD(RSS, ELEMENT),
24
#include "dom/sgml/rss/element.inc"
28
struct sgml_info sgml_rss_info = {