]> mj.ucw.cz Git - libucw.git/blobdiff - sherlock/xml/dtd.h
Doc: Described ff-binary.
[libucw.git] / sherlock / xml / dtd.h
index c031d348df84c96f9664fac0c5881c519a04e9f2..e2caf98731ca59ea6a52647848b126ae44344142 100644 (file)
@@ -89,6 +89,7 @@ struct xml_dtd_elem {
   uns type;
   char *name;
   struct xml_dtd_elem_node *node;
   uns type;
   char *name;
   struct xml_dtd_elem_node *node;
+  slist attrs;
   void *user;                          /* User-defined */
 };
 
   void *user;                          /* User-defined */
 };
 
@@ -140,6 +141,7 @@ enum xml_dtd_attr_type {
 };
 
 struct xml_dtd_attr {
 };
 
 struct xml_dtd_attr {
+  snode n;
   char *name;                          /* Attribute name */
   struct xml_dtd_elem *elem;           /* Owner element */
   uns type;                            /* See enum xml_dtd_attr_type */
   char *name;                          /* Attribute name */
   struct xml_dtd_elem *elem;           /* Owner element */
   uns type;                            /* See enum xml_dtd_attr_type */