update sgml package.
This commit is contained in:
@@ -31,8 +31,9 @@ typedef struct _xmlns
|
||||
struct _xmlns *next; /* next name */
|
||||
} xmlns;
|
||||
|
||||
void xmlns_free(sgml_environment *env);
|
||||
xmlns* xmlns_find(sgml_environment *env, dtd_symbol *ns);
|
||||
void xmlns_free(xmlns *list);
|
||||
xmlns* xmlns_find(dtd_parser *p, dtd_symbol *ns);
|
||||
xmlns * xmlns_push(dtd_parser *p, const ichar *ns, const ichar *url);
|
||||
void update_xmlns(dtd_parser *p, dtd_element *e,
|
||||
int natts, sgml_attribute *atts);
|
||||
int xmlns_resolve_attribute(dtd_parser *p, dtd_symbol *id,
|
||||
|
Reference in New Issue
Block a user